Setup, Activate and Upgrade the integration method
In this manual, we walk you through the basics you need to set up the environment to integrate with our APIs. Since we are handling API requests only, all that you need to start integrating is any API client platform to manage your requests, and you will be ready to go.
As all requests are made using server-to-server calls with JSON format data. All of the requests MUST NOT be used through a browser. Hence, all you need is to use any HTTP client agent that you prefer, such ascURL, Postman, Rest client, or any other suitable HTTP client agent.