Create a contact
Creates a new contact in your workspace. Returns a `409 Conflict` if a contact with the same phone or email already exists.
Authorization
api-key X-API-Key<token>
API key for the public Messaging API (/v1/*)
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "http://localhost:3006/v1/contacts" \ -H "Content-Type: application/json" \ -d '{ "firstName": "Charles" }'Empty