API / Identities

GET

/identities

List sending identities

Authentification : clé API Bearer requise.

Paramètres

NomDansTypeDescription
limitqueryintegerPage size
offsetqueryintegerOffset

Exemple curl

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

Réponses

StatutDescriptionType
200OKlist_identities.Response
400Bad Requestecho.HTTPError
401Unauthorizedecho.HTTPError

Source machine : openapi.json · opération listIdentities