Contacts
Create a contact
Create a new contact
POST
/
contacts
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
contact
object
requiredResponse
201 - application/json
id
string
The ID of the created contact.
Was this page helpful?