We use token authentication to ensure your connections are secure. To obtain your bearer access token, go to the token generator in your Besitos Admin portal.
You can reuse this token for each Besitos API you connect with. If you lose your token or have concerns about the security of your connection, generate a new one and update your requests.
Generate a token
Log in to your Besitos Admin account.
Click Settings in the sidebar.
Under API Token, click Generate New Token.
β
Add the token to your request
Include the token in the authorization header of your API request. It should look something like this:
GET /api/resource
Authorization: bearer {token}
For help, contact your Besitos Account Manager or our Implementation Team at [email protected] or via your project channel in Slack.

