List API keys
Lists API keys the caller can see. Results are filtered by the caller's accessible organizations; many routes paginate via page and limit.
Scope: users:read
Auth sources: SESSION only
Endpoint: GET /api/api-keys
Example request
curl "https://guliel.com/api/api-keys" \
-H "Authorization: Bearer $GULIEL_API_KEY"Response (200/201)
keysreqarray<object>idreqstringnamereqstringprefixreqstringscopesreqarray<string>allOrgsreqbooleanorganizationIdsreqarray<string>expiresAtreqstring | nulllastUsedAtreqstring | nullrevokedAtreqstring | nullcreatedAtreqstring
Error responses
400 | Validation |
401 | Unauthenticated |
403 | Forbidden |
500 | Internal |