API Reference

Integration API Collection

A collection of the Standard API Requests Used for the Integration

To make the integration process more easier, we prepared an API collection with all the needed requests and variables.
There are 2 files for the API collection, The Environment file, and the Requests Collection File.

The environment file contains key-value pairs that store configuration settings, such as API base URLs and authentication tokens, which can be used across multiple requests for consistency.

This file allows users to easily switch between different environments, such as testing and production, without manually altering request parameters.

API requests leverage these environment variables to dynamically adjust request details and streamline testing and development processes.

The files can be imported to postman for testing and viewing the request body and the received response.