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.
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?