API / Internal

POST

/internal/bounces

Ingest a raw RFC 3464 bounce DSN

Authentification : clé API Bearer requise.

Paramètres

NomDansTypeDescription
X-Tenant-ID*headerstringResolved tenant id

Corps JSON

Raw DSN payload

NomTypeDescription

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

StatutDescriptionType
200OKingest_bounce.Response
400Bad Requestecho.HTTPError
401Unauthorizedecho.HTTPError
503Service Unavailableecho.HTTPError

Source machine : openapi.json · opération ingestBounce