Skip to main content
GET
/
oauth
/
consent_details
Error
A valid request URL is required to generate request examples
{
  "auth_req_id": "<string>",
  "available_apps": [
    {
      "description": "<string>",
      "id": 123,
      "name": "<string>",
      "tools": [
        "<string>"
      ]
    }
  ],
  "client_name": "<string>",
  "no_apps_message": "<string>",
  "scopes": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Query Parameters

auth_req_id
string
required

Authorization Request ID

Response

OK

auth_req_id
string
available_apps
object[]
client_name
string
no_apps_message
string
scopes
string[]