v1

latestOpenAPI 3.0.22026-08-045831103.6 KB
Contacts

Create contact

Create a new Contact

post/v1/contacts

Headers

api-tokenstring required

API Token

Request body

namestring
ddistring
phonestring
emailstring
usernamestring

Example request

{
  "name": "Contact name",
  "ddi": "+55",
  "phone": "48999999999",
  "email": "contact@email.com",
  "username": "Instagram ID"
}

Response

Contact created

idstring uuid

Example response

{
  "id": "8feade82-d77b-4e8b-9d35-fd43e972b5c8"
}