How to test your Endpoints?

In a bid to make the endpoint validation easier, a Postman test collection has been created for automated testing and validation of various test cases. You can import this collection from here. Execute the collection against the host where your app is deployed, ensuring all tests within the collection pass

πŸ“˜

View Postman Collection

βœ‹

Important Reads

The collection's variables are configured within the collection itself. Check these variables to provide the necessary details. During development, any random key can be used as the test private key. Once development is complete, and validated, and the created endpoints are shared with our support engineer, a new test private key will be provided (be sure to update the app with this new private key).

πŸ“˜

The endpoint paths to be created must precisely match the path specified in the API specification section.