domains

POST /v1/domains/{domainId}/email-routing/addresses

Register a destination address.

Усі кінцеві точки domains

Автентифікація

Надішліть ключ API як маркер носія (bearer token). Ключ повинен мати дозвіл domains.dns.manage; ключ без нього відхиляється з кодом 403, а не 404.

Цей кінцевий пункт не потребує ідентифікатора організації. Ваш ключ уже ідентифікує організацію, якій він належить, і відповідь обмежується її межами.

Спробувати

Замініть усе в кутових дужках власними значеннями, а заповнювач ключа — ключем із вашої панелі керування.

curl -X POST https://api.zinndigital.com/v1/domains/{domainId}/email-routing/addresses \
  -H "Authorization: Bearer zdk_live_…" \
  -H "Content-Type: application/json" \
  -d '{ "email": <string> }'

Увійшли в систему? Консоль API у вашій панелі керування автоматично підставляє ваш реальний ідентифікатор організації та ваш власний ключ, а також виконує запит до робочого API, щоб ви могли побачити справжню відповідь. Відкрийте цю кінцеву точку в консолі API

Деталі

**This sends mail to a third party.** The provider emails the address a verification link and will not deliver anything to it until the recipient clicks, so the response carries `verified: false` rather than pretending the destination is usable. Destination addresses are **account-scoped** at the provider, not zone-scoped: one address book serves every domain on the account. Requires `domains.dns.manage`.

Параметри

НазваТипОбов'язковеЩо це таке
domainId (path)UuidТакThe domain's id.

Тіло запиту

НазваТипОбов'язковеЩо це таке
emailstringТак**The provider emails this address a verification link.** It is a write that reaches a third party, so it is permissioned and audit-logged accordingly.

Відповідь

НазваТипОбов'язковеЩо це таке
address_idstringТак
emailstringТак
verifiedbooleanТакA fact about the **recipient's** action, never ours: the provider emails a verification link and will not deliver until it is clicked.
createdstringТак

Помилки, які може повертати ця кінцева точка

401 · 403 · 404 · 422 · 429 · 503