Company logoTrust Center Documentation
API v1 ReferenceIntegrationsApi keys

List API keys

Retrieve all API keys for the current tenant with masked token values. Browse request parameters, authentication requirements, response payloads, and working…

Retrieve all API keys for the current tenant with masked token values.

GET
/api/v1/integrations/api-keys

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://app.orbiqhq.com/api/v1/integrations/api-keys"
{
  "api_keys": [
    {
      "id": "key-123",
      "title": "Production Integration",
      "token": "tc_a1b2c3d4...",
      "last_access": "2025-01-15T10:00:00Z",
      "status": "Active",
      "role": "Account Manager"
    }
  ],
  "api_docs_url": "https://docs.orbiqhq.com/en/docs/api/v1"
}
Empty
Empty

How is this guide?