OpenAPI 3.0.0Dex Terms of Service2026-08-151481992.7 KB

9d0dd2de771c

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