Generate Authorization Code and Identity Token (3-legged OAuth Flow)

get

/oauth2/v1/authorize

Request

Supported Media Types
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

Authorization Code generated

400 Response

Invalid request
Body ()
Root Schema : error
Type: object
Error message that appears during Access Token generation
Show Source

401 Response

Unauthorized client
Body ()
Root Schema : error
Type: object
Error message that appears during Access Token generation
Show Source

500 Response

Internal Server Error
Body ()
Root Schema : error
Type: object
Error message that appears during Access Token generation
Show Source
Back to Top