cURL
curl --request GET \ --url https://karibu.briq.tz/karibu/x-api-key \ --header 'Authorization: Bearer <token>' \ --header 'X-API-Key: <x-api-key>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response