Skip to main content
GET
/
oauth
/
authorize
/
result
cURL
curl --request GET \
  --url https://api.sandbox.humanity.org/v2/oauth/authorize/result
Resolve the state of an authorization flow after the end user takes action. Use the authorization_id gathered during /oauth/authorize or /oauth/authorize/context to poll for approvals, denials, or revocations when embedding Humanity’s consent experience inside your own product. If you are redirecting back to your own callback URL, you rarely need this endpoint—listen for the authorization code exchange instead. It is most useful for kiosk-style flows or embedded modals where the user never leaves your application.

Query Parameters

authorization_id
string
required

Response

200 - application/json