API ReferenceIdp
Post Par
POST
/v1/idp/oidc/parRequest 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/par" \ -H "Content-Type: application/x-www-form-urlencoded" \ -d 'response_type=string&redirect_uri=string'null{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}