API / Api Keys
GET
/api-keys
List API keys
Authentification : clé API Bearer requise.
Exemple curl
curl -X GET https://api.sporee.fr/api-keys \
-H "Authorization: Bearer $SPORE_API_KEY"Réponses
| Statut | Description | Type |
|---|---|---|
| 200 | OK | apikeys.ListAPIKeysResponse |
| 400 | Bad Request | echo.HTTPError |
| 401 | Unauthorized | echo.HTTPError |
Source machine : openapi.json · opération listApiKeys