Agency
🔐 Agency Authentication
Agencies accessing the Swoove API must authenticate using Bearer Tokens. These tokens are issued when the agency logs in through the Agency Panel, and must be included in the Authorization
header of each request.
🔑 How to Authenticate
To authenticate an agency request, include the Bearer token in your headers:
Authorization: Bearer <your-token-here>
🔁 How to Obtain a Token
Log into the Agency Panel
Move to the Configurations tab of the Settings page
Click on the "Create" button on the App Tokens section/Card to have your Token prepared

Never share your token in public repositories, client-side code, or unsecured environments.
If your token is compromised, revoke it and generate a new one from the Agency Panel.
Last updated
Was this helpful?