v3

OpenAPI 3.0.0Dex Terms of Service2026-07-311481984.7 KB
contact-phone-numbers

Create a contact phone number (v2)

Add a phone number to a contact, optionally with a label. Requires Idempotency-Key. Returns the created row: { data: { contact_phone_number: {...} } }, status 201.

post/v2/contact-phone-numbers/{contactId}

Path parameters

contactIdstring uuid required

Request body

phone_numberstring required
labelstring
rankinginteger
country_codestring
phone_number_sanitizedstring

Response

Created