Skip to content

Authorize Info

GET
/oauth/authorize/info
curl --request GET \
--url 'https://engine.bindly.insure/oauth/authorize/info?req=example'

Consent-screen data: WHERE the data would go + the user’s workspaces.

Supabase-JWT guarded (the consent page is behind the Bindly app login). The org list powers the /connect org picker; the redirect host lets the user spot a look-alike client before approving, important since 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"
}
]
}