Skip to main content

Obtain keys

To authenticate effectively with our APIs, you will need to have an api-key and an api-secret.

These values are obtained when registering your company. By making a POST request to the /register-business endpoint and successfully creating a new company, you will receive a response that includes your new api-key and api-secret.

It is crucial that you keep these values safe, as they are only provided through specific endpoints. For example, the endpoint to obtain complete information about a business will not return these details.

This practice is implemented for security reasons and to safeguard the confidentiality of your data. Keeping these authentication keys secure ensures authorized and protected access to the sensitive functionalities of our APIs.