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
| Statut | Description | Type |
|---|---|---|
| 200 | OK | account.MeResponse |
| 401 | Unauthorized | echo.HTTPError |
Source machine : openapi.json · opération getMe