API / Identities

GET

/identities/{id}

Get a sending identity

Authentification : clé API Bearer requise.

Paramètres

NomDansTypeDescription
id*pathstringIdentity ID

Exemple curl

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

Réponses

StatutDescriptionType
200OKrepository.IdentityView
400Bad Requestecho.HTTPError
401Unauthorizedecho.HTTPError
404Not Foundecho.HTTPError

Source machine : openapi.json · opération getIdentity