Replace Contact Data
Replace the stored data for a contact phone number
+ country code. URL-encode the + when it appears in the path.
Callers that do not have a phone number can be keyed by any other identifier,
such as a chat or SIP identifier, of up to 128 characters. Simple stores those
identifiers as provided and returns them unchanged in phoneNumber.
ttlSeconds. When supplied, it must
be an integer from 60 seconds through 90 days. The serialized data object
may be at most 64 KiB.
The endpoint returns 401 when authentication fails and 422 when the caller
identifier or request body is invalid.Authorizations
Path Parameters
The caller's phone number or other caller identifier. US numbers may be formatted or sent as digits; non-US numbers must include the + country code. Non-phone identifiers (for example chat or SIP identifiers) are accepted verbatim, up to 128 characters.
Body
Response
Contact data replaced.
The normalized phone number in E.164 format, or the caller identifier as provided when it is not a phone number.
The stored JSON object.
The revision number of this value.
x >= 1Remaining TTL in seconds, or null when the record has no expiry.
Expiration timestamp in UTC, or null when the record has no expiry.