Contacts
Create contact
Create a new contact for your workspace, you can create as many contacts as you want, but authentication is required
POST
/
contacts
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
email
string
requiredname
string
Required string length:
1 - 255
segments
string[]
Response
200 - application/json
The response is of type any
.