Authorisation
The HTTP
Authorization
request header contains the credentials to authenticate a user agent with a server. Every request that is made needs to have this header with a token in the following formatAuthorization: Bearer {token}
You obtain the token by making a request to the following endpoint
post
https://app.bookboost.io
/login
Authorize | Get Token
Last modified 3yr ago