API Testing with Postman
We provide a comprehensive Postman collection to help you test and integrate with the Food Delivery Service API quickly.
The collection includes pre-configured requests for all endpoints, complete with example payloads and authentication scripts.
Download Assets
How to Use
- Download both files using the links above.
- Open Postman.
- Click Import in the top left corner.
- Select both the collection and environment files.
- Make sure to select the Food Delivery API Env in the environment dropdown in the top right corner of Postman.
- Run the
POST /auth/loginrequest. The pre-request and test scripts will automatically capture youraccessTokenand apply it to all subsequent requests.