v3

latestOpenAPI 3.1.02026-08-087684214.2 KB
contacts

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.

post/v1/contacts

Request body

phoneNumberstring required
namestring required
emailstring nullable
notesstring nullable

Response

Successful Response

idstring required
phoneNumberstring required
namestring required
emailstring nullable
notesstring nullable
createdAtstring date-time required
updatedAtstring date-time required