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