cURL
curl --request GET \ --url https://sandbox.onconsul.com/v1/oauth/authorize \ --header 'Authorization: Bearer <token>'
{ "redirect_url": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK