Authentication
The Swoove API uses Personal access tokens to authenticate requests.
API requests are authenticated using the APP Key. To authenticate a request, provide the APP key in the route of the request to make the API call as query.
API keys are divided into 2 section which is the Production Key and Testing Key
In development mode you use the testing key and production key in production mode.

.png?alt=media&token=f22fc652-6428-4c38-8e6d-3c5c0502c613)
.png?alt=media&token=98570ac2-dd55-4ec7-b1a2-37cbf8f7565a)
There is also section where you can add callbacks in this case the callback are set to expect a response from swoove for a successful request
Please be sure to keep your API access tokens secure! Do not share them in emails, chat messages, client-side code or publicly accessible sites.
If you have accidentally shared an API access token publicly, you can generate a new one in the Business Dashboard of your account by selecting the setting option then API Keys & Callbacks and click on Generate App Key button.
Last modified 3mo ago