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

StatutDescriptionType
200OKapikeys.ListAPIKeysResponse
400Bad Requestecho.HTTPError
401Unauthorizedecho.HTTPError

Source machine : openapi.json · opération listApiKeys