Our API is protected using an authentication mechanism based on the Client Credentials flow.
This means that, in order to consume any of the protected endpoints, you must include a valid access token in every request.
This token confirms that the client is authorized to interact with our services and helps ensure the overall security of the ecosystem.
How to request access credentials
If you don’t have the necessary credentials to obtain a token (i.e., clientId and clientSecret), you must request them from our technical support team.
📬 Support email:[email protected]
Please include in your request the identifier of your merchant and the environment (production or development) for which you need access.
How to obtain the token once you have the credentials
Once you have your clientId and clientSecret, you can make a request to the authentication endpoint to retrieve your access token.