Skip to content

Authorize Info

GET
/api/v1/oauth/authorize/info
curl --request GET \
--url 'https://example.com/api/v1/oauth/authorize/info?req=example'

Display info for the consent screen: WHERE the data would go.

Broker-session-guarded (the consent page is behind the portal login). Lets the page show the requesting client’s destination host so a broker can spot a look-alike before approving, important now that any client can self- register via DCR.

req
required
Req
string

Successful Response

Media typeapplication/json
Examplegenerated
example

Validation Error

Media typeapplication/json
HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
Examplegenerated
{
"detail": [
{
"loc": [
"example"
],
"msg": "example",
"type": "example"
}
]
}