exchange Code For Token
POST {{baseUrl}}/onboard/token/exchange?authorisationCode=<string>
Exchange authorisation code for access token
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
authorisationCode | string | (Required) Unique ID of an object |
Request Body
{"redirectUri"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"userInfo":{"subject":"\u003cstring\u003e","profile":"\u003cstring\u003e","email":"\u003cstring\u003e","emailVerified":"\u003cboolean\u003e"},"token":{"accessToken":"\u003cstring\u003e","expiresIn":"\u003cinteger\u003e","refreshExpiresIn":"\u003cinteger\u003e","refreshToken":"\u003cstring\u003e","tokenType":"\u003cstring\u003e"}}