Contacts
Create a new contact
POST
Python
You can call this API from the client side, but we recommend using a dedicated API key.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The body is of type object[]
.
Response
200
application/json
Successful response
The response is of type object[]
.
Python