v1

latestOpenAPI 3.0.1License2026-07-17467229.7 KB
Authorization Challenge

The Authorization Challenge Endpoint performs Authentication of the End-User by native application to obtain an authorization code.

The Authorization Challenge Endpoint performs Authentication of the End-User by native application to obtain an authorization code.

post/restv1/authorize-challenge

Response

OK

authorization_codestring required

Authorization Code

logout_status_jwtstring

Logout Status JWT

Example response

{
  "authorization_code": "uY29tL2F1dGhlbnRpY",
  "logout_status_jwt": "eyJraWQiOiJjb25uZWN0XzA3ZjQ3ZmRkLTg0NTYtNDMzOC1iYTRmLWNhNmU0NDBmYjljOV9zaWdfcnMyNTYiLCJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9"
}