Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

Get Authorization Consent Context

GET/oauth/authorize/contextGet Authorization Consent Context

Get the client details, eligible workspaces, and a CSRF token used to render the consent screen

Parameters

client_idstringqueryrequired

minLength 1

redirect_uristringqueryrequired

minLength 1

Responses

200Authorization consent contextapplication/json
objectAuthorizeContext
client_logo_uristring
client_namestring
csrf_tokenstring
workspacesarray of object
Show child attributes
Show array items
idstring
is_defaultboolean
namestring
Example response
{
  "client_logo_uri": "string",
  "client_name": "string",
  "csrf_token": "string",
  "workspaces": [
    {
      "id": "string",
      "is_default": true,
      "name": "string"
    }
  ]
}
Documentation menu