API ReferenceAuthentication API

List user's API keys

Returns all API keys created by the authenticated user. Key values are not returned, only metadata.

GET
/auth/api-keys
Authorization<token>

Type "Bearer" followed by a space and JWT token.

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://loading/auth/api-keys"
{}
{
  "code": "string",
  "error": "string",
  "message": "string",
  "request_id": "string"
}
{
  "code": "string",
  "error": "string",
  "message": "string",
  "request_id": "string"
}