cURL
curl --request GET \ --url https://kan.bn/api/v1/protected \ --header 'Authorization: Bearer <token>'
{ "publicId": "<string>", "name": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
12
1 - 255
Successful response