mail

GET /v1/mail/services/{mailServiceId}/responders

The auto-responders on this domain.

Alle mail-eindpunten

Authenticatie

Stuur een API-sleutel mee als bearer token. De sleutel moet over de permissie mail.view beschikken; een sleutel zonder deze permissie wordt geweigerd met een 403 in plaats van een 404.

Dit eindpunt vereist geen organisatie-id. Uw sleutel identificeert al de organisatie waartoe deze behoort, en het antwoord is hierop afgestemd.

Probeer het

Vervang alles tussen punthaakjes door uw eigen waarden en de sleutelplaatsvervanger door een sleutel uit uw dashboard.

curl -X GET https://api.zinndigital.com/v1/mail/services/{mailServiceId}/responders \
  -H "Authorization: Bearer zdk_live_…"

Ingelogd? De API-console in je dashboard vult je echte organisatie-id en je eigen sleutel in, en voert het verzoek uit tegen de live API zodat je de daadwerkelijke respons kunt zien. Open dit eindpunt in de API-console

Details

Out-of-office replies (#664). **Read through to the mail backend** — a responder has no count entitlement, no billing consequence and no lifecycle of its own, so there is no model of ours behind this and nothing to paginate: the backend's list for one domain is the whole answer. Requires `mail.view`.

Parameters

NaamTypeVerplichtWat dit is
mailServiceId (path)UuidJaEmail service ID (UUIDv7).

Reactie

NaamTypeVerplichtWat dit is
dataMailResponder[]Ja

Fouten die dit eindpunt kan retourneren

401 · 403 · 404 · 422 · 429 · 503