Skip to content

Authentication

Boosmap uses Token Based Authentication over HTTPS for authentication. To get access to our API, sign in to your account on our panel and use the token found in the API section. If you do not have an account, you can request your credentials by email at soporte.ti@boosmap.com .

Unauthenticated requests will return an HTTP 401 response. Calls over plain HTTP will also fail.

Authentication header

The Authorization header should look like this:

Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJuYW1lIjoiVGVzdCBjb21tZXJjZSIsImFwaV90b2tlbiI6dHJ1ZX0.AXt3ep_r23w9rSPTv-AnK42s2m-1O0okMYrYYDlRyXA

It has the following format:

Authorization: Bearer <api_token>

Where api_token is the one associated with the merchant account.