GET
/oauth/authorize/contextGet Authorization Consent ContextGet the client details, eligible workspaces, and a CSRF token used to render the consent screen
Parameters
client_idstringqueryrequiredredirect_uristringqueryrequiredResponses
objectAuthorizeContext
client_logo_uristringclient_namestringcsrf_tokenstringworkspacesarray of objectShow child attributes
Show array items
idstringis_defaultbooleannamestring{
"client_logo_uri": "string",
"client_name": "string",
"csrf_token": "string",
"workspaces": [
{
"id": "string",
"is_default": true,
"name": "string"
}
]
}