API / Identities

POST

/identities/{id}/verify

Verify a sending identity's DNS records

Authentification : clé API Bearer requise.

Paramètres

NomDansTypeDescription
id*pathstringIdentity ID

Exemple curl

curl -X POST https://api.sporee.fr/identities/<id>/verify \
  -H "Authorization: Bearer $SPORE_API_KEY"

Réponses

StatutDescriptionType
200OKverify_identity.VerifyIdentityResult
400Bad Requestecho.HTTPError
401Unauthorizedecho.HTTPError

Source machine : openapi.json · opération verifyIdentity