API / Identities
POST
/identities/{id}/verify
Verify a sending identity's DNS records
Authentification : clé API Bearer requise.
Paramètres
| Nom | Dans | Type | Description |
|---|---|---|---|
| id* | path | string | Identity ID |
Exemple curl
curl -X POST https://api.sporee.fr/identities/<id>/verify \
-H "Authorization: Bearer $SPORE_API_KEY"Réponses
| Statut | Description | Type |
|---|---|---|
| 200 | OK | verify_identity.VerifyIdentityResult |
| 400 | Bad Request | echo.HTTPError |
| 401 | Unauthorized | echo.HTTPError |
Source machine : openapi.json · opération verifyIdentity