Create contact
Creates a new contact for the provided client.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Specifies the tenant context for the request. All endpoints operate within this tenant scope.
"tnt_pfh0haxfpzowht3oi213cqos"
Body
Request body used to create a contact resource.
Request body used to create a contact resource.
Unique identifier of the client.
"clnt_z2b3mo8qa5kzptgsu26q2wmh"
The full name of the contact.
1 - 255"Jane Doe"
Whether the contact is the default contact for a client.
true
The salutation of the contact.
50"Ms."
Order of the resource for sorting purposes.
0 <= x <= 900719925474099113
Response
Default Response
Standard success response payload wrapped in a data property.
Contact resource returned by the API.