Authentication

Get a token and your good to go

Our authentication process is straightforward and secure, ensuring a seamless experience for users.

To obtain a token with a 10-minute duration before expiry, simply send a POST request containing your username and password to our authentication endpoint.

Once validated, the system will provide you with a unique token. To make subsequent requests to our API endpoints, you'll include this token in the "Authorization" header of your requests using the format "Bearer ".

This token-based approach guarantees the safety and integrity of your data while allowing you to access our API endpoints effortlessly.

Please remember that the token expires after 10 minutes, so you may need to repeat the authentication process to obtain a new token for continued access.


What’s Next

Got your username and password ? Get started with the auth endpoint