Contacts
Authenticate contact
authenticate the contacts
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The email of the user to authenticate
Example:
"jhon@example.com"
The name of the user to authenticate
Example:
"John Doe"
The URL of the user's avatar
Example:
"https://example.com/avatar.png"
contact's phone number including the conutry code
Example:
"+1234567890"
Custom data
Example:
{ "customKey": "customValue" }
Response
201
application/json
The JWT token to use for further requests
Was this page helpful?