Skip to main content
GET
/
v1
/
workspaces
/
{workspace_id}
/
keys
List API Keys
curl --request GET \
  --url https://api.auriko.ai/v1/workspaces/{workspace_id}/keys \
  --header 'Authorization: Bearer <token>'
Lists API keys for the workspace. Any workspace member can read. Keys are returned with prefixes only — full keys are never retrievable.
This endpoint uses session authentication, not API key authentication. See Authentication.
All parameters, request/response schemas, and examples are auto-generated from the OpenAPI specification.