v1

latestOpenAPI 3.0.02026-08-04891301.4 MB

List available OAuth scopes

Returns the complete set of OAuth scopes that the platform supports. Use this endpoint to discover which scopes are available before constructing an authorization request or rendering a consent UI.

No authentication is required. The response is the same for all callers.

get/oauth/scopes

Response

Successful response

scopesobject required

Map of scope name to its definition object. Each key is a scope string (e.g. "thread:read") and each value describes the scope's purpose and requirements.

Example response

{
  "scopes": {}
}