notifications
POST /v1/notification-connections/confirm
Confirm you want an organisation's notifications at this address.
Authenticatie
Dit eindpunt is openbaar. Het vereist geen inloggegevens en geen organisatie; het is wat onze eigen marketingwebsite en AI-antwoordmachines uitlezen.
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 POST https://api.zinndigital.com/v1/notification-connections/confirm \
-H "Content-Type: application/json" \
-d '{ "token": <string> }'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
The double opt-in click. Until it happens nothing is routed to the address - a billing notification carries an amount, a legal address and a VAT identity, so a mistyped address is a disclosure and the person who mistyped it is the one who cannot notice. Single-use and expiring.
Aanvraaglichaam
| Naam | Type | Verplicht | Wat dit is |
|---|---|---|---|
token | string | Ja | — |
Reactie
| Naam | Type | Verplicht | Wat dit is |
|---|---|---|---|
confirmed | boolean | Nee | — |
email | string | Nee | — |