API ReferenceIdp
Backchannel Authorize
POST
/v1/idp/oidc/bc-authorizeRequest Body
application/x-www-form-urlencoded
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/v1/idp/oidc/bc-authorize" \ -H "Content-Type: application/x-www-form-urlencoded" \ -d ''{ "auth_req_id": "string", "expires_in": 0, "interval": 0}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}