v3

OpenAPI 3.0.0Dex Terms of Service2026-07-311481984.7 KB
contact-emails

Create a contact email (v2)

Add an email address to a contact, optionally with a label (e.g. "Work"). Requires Idempotency-Key. Returns the created row: { data: { contact_email: {...} } }, status 201.

post/v2/contact-emails/{contactId}

Path parameters

contactIdstring uuid required

Request body

emailstring email required
labelstring
rankinginteger

Response

Created