Skip to main content
GET
/
v1
/
workspaces
/
{workspace_id}
/
provider-keys
List Provider Keys
curl --request GET \
  --url https://api.auriko.ai/v1/workspaces/{workspace_id}/provider-keys \
  --header 'Authorization: Bearer <token>'
Lists all provider API keys (BYOK) for the workspace.
This endpoint uses session authentication, not API key authentication. See Authentication.
See also: Bring Your Own Key.
All parameters, request/response schemas, and examples are auto-generated from the OpenAPI specification.