To authenticate with the eazy2biz Cloud APIs, you'll need an access token. Generating this token requires providing specific details, namely the client_id, client_secret, api_key and scope to the Identity URL.Additionally, eazy2biz offers a multiple testing environment, allowing you to conduct integration testing for your applications. - QAL environment - Lower stability, but has the latest features. - E2E environment - Higher stability
For generating the access token, you'll interact with the Identity URL to create the token. The endpoint for the token creation is - v1/identityManagement/apiKey/generateToken Depending on your environment, choose the appropriate base URL:- QAL environment - https://api.qal.eazy2biz.com/ - E2E environment - https://api.e2e.eazy2biz.com/ - PROD environment - https://api.eazy2biz.com/
eazy2biz provides a multiple Environment designed for integration testing purposes. This environment allows you to thoroughly test your applications' integration with the eazy2biz cloud APIs, ensuring seamless functionality before moving to production.- QAL environment - Lower stability, but has the latest features. - E2E environment - Higher stability - PROD environment - Highest stability