Skip to main content
GET
/
karibu
/
x-api-key
Test out if your API key is valid
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>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-API-Key
string
required

Response

Successful Response