API / Internal
POST
/internal/bounces
Ingest a raw RFC 3464 bounce DSN
Authentification : clé API Bearer requise.
Paramètres
| Nom | Dans | Type | Description |
|---|---|---|---|
| X-Tenant-ID* | header | string | Resolved tenant id |
Corps JSON
Raw DSN payload
| Nom | Type | Description |
|---|
Exemple curl
curl -X POST https://api.sporee.fr/internal/bounces \
-H "Authorization: Bearer $SPORE_API_KEY" \
-H "Content-Type: application/json" \
-d '{}'Réponses
| Statut | Description | Type |
|---|---|---|
| 200 | OK | ingest_bounce.Response |
| 400 | Bad Request | echo.HTTPError |
| 401 | Unauthorized | echo.HTTPError |
| 503 | Service Unavailable | echo.HTTPError |
Source machine : openapi.json · opération ingestBounce