Contacts
Create Contact
Create a new contact in the organization.
Required Fields:
- first_name: Contact’s first name
- phone: Contact’s phone number in international format
Optional Fields:
- last_name: Contact’s last name
- email: Contact’s email address
POST
Authorizations
Bearer token authentication. Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
Body
application/json
Response
200
application/json
Contact created successfully
The response is of type object
.