REST APIs
cURL
curl --request GET \ --url https://api.basic.tech/auth/authorize \ --header 'Authorization: Bearer <token>'
{ "error": "<string>", "message": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
code
Redirect to authorization page