v1

latestOpenAPI 3.0.02026-07-17112116167.8 KB
Workspace API Keys

List available API key scopes

Returns the catalog of scope names + descriptions. Available=false entries are placeholders shown greyed-out in the UI.

get/api/workspaces/{wid}/api-keys/scopes

Path parameters

widstring required

Workspace id

Response

OK

availableboolean required
descriptionstring required
namestring required

Example response

[
  {
    "name": "turns:submit"
  }
]