List workspace API keys
Lists API keys for the authenticated user scoped to the workspace. This endpoint requires a signed-in session and does not accept API keys.
/api/v1/experimental/workspaces/{workspaceHandle}/api-keysLists API keys for the authenticated user scoped to the workspace. This endpoint requires a signed-in session and does not accept API keys.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
Create workspace POST
Creates a new workspace and associates the authenticated user to it. This endpoint requires a signed-in session and does not accept API keys.
Create workspace API key POST
Creates a workspace API key for the authenticated user and scopes it to the workspace via metadata. Effective access is the union of role permissions and explicit permissions. If neither is provided, role defaults to admin. This endpoint requires a signed-in session and does not accept API keys.