GET
/
api-keys
Listar API keys
curl --request GET \
  --url https://api.gotrebol.com/api-keys \
  --header 'x-api-key: <api-key>'
{
  "api_keys": [
    {
      "id": "ak_1234567890abcdef",
      "created_at": "2024-01-15T10:30:00Z"
    },
    {
      "id": "ak_0987654321fedcba",
      "created_at": "2024-01-10T14:20:00Z"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Response

200
application/json

Lista de API keys obtenida exitosamente.

The response is of type object.