Contacts
Authorizations
AuthorizationstringRequired
The Bearer API key of your user more info.
Path parameters
user-idstringRequired
numeric user id
idnumberRequired
entity ID
Body
targetstringOptional
Responses
200
the response
application/json
put
/users/{user-id}/contacts/emails/{id}200
the response
Authorizations
AuthorizationstringRequired
The Bearer API key of your user more info.
Path parameters
user-idstringRequired
numeric user id
idnumberRequired
entity ID
Responses
204
if deletion was successful
delete
/users/{user-id}/contacts/emails/{id}204
if deletion was successful
No content
Authorizations
AuthorizationstringRequired
The Bearer API key of your user more info.
Path parameters
user-idstringRequired
numeric user id
Body
regionCodestringOptional
targetstringOptional
primarybooleanOptional
May only be enabled for a single phone number contact at a time
Responses
201
the response
application/json
post
/users/{user-id}/contacts/phone-numbers201
the response
Authorizations
AuthorizationstringRequired
The Bearer API key of your user more info.
Path parameters
user-idstringRequired
numeric user id
idnumberRequired
entity ID
Body
regionCodestringOptional
targetstringOptional
primarybooleanOptional
May only be enabled for a single phone number contact at a time
Responses
200
the response
application/json
put
/users/{user-id}/contacts/phone-numbers/{id}200
the response
Authorizations
AuthorizationstringRequired
The Bearer API key of your user more info.
Path parameters
user-idstringRequired
numeric user id
idnumberRequired
entity ID
Responses
204
if deletion was successful
delete
/users/{user-id}/contacts/phone-numbers/{id}204
if deletion was successful
No content
Last updated
Was this helpful?