API / Account

GET

/me

The account the caller acts on

Authentification : clé API Bearer requise.

Exemple curl

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

Réponses

StatutDescriptionType
200OKaccount.MeResponse
401Unauthorizedecho.HTTPError

Source machine : openapi.json · opération getMe