GET authorization/token/{authCode}
Use this to obtain a JSON web token with claims associated with your authorization code.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
authCode | Your authorization code. You get an authorization code when you have successfully been granted a consent. |
Define this parameter in the request URI. |
Response Information
A signed and encoded JWT token as a string.
Response body formats
application/hal+xml
Sample:
Sample not available.
application/hal+json
Sample:
Sample not available.