Create Contact

Create a new contact. Phone number is normalized to E.164 format. Returns 409 if a contact with this phone number already exists for the project.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
phoneNumberstringRequired
namestringRequired
emailstring or nullOptional
notesstring or nullOptional

Response

Successful Response
idstring
phoneNumberstring
namestring
createdAtdatetime
updatedAtdatetime
emailstring or null
notesstring or null

Errors

422
Unprocessable Entity Error