API Reference

To make it easier for developers to explore and test the Kitchenhub API, we’ve prepared a Postman collection with all the main requests already included.

🔗 Collection Link

You can access the Postman collection here:
👉 Kitchenhub Postman Collection


✅ How to Use It

Follow these simple steps to get started:

  1. Open the Collection
    Click the link above to view the Kitchenhub Postman collection in your browser.

  2. Fork or Download
    You can:

    • Fork the collection into your Postman workspace (recommended if you have a Postman account).
    • Or download it as a JSON file and import it into your Postman app.
  3. Set Your Environment
    The collection includes variables for easier testing. Create an environment in Postman and define:

    • base_url → e.g., https://api.trykitchenhub.com
    • api_key or any other authentication tokens needed for your account.
  4. Explore Requests
    The collection is organized by categories (like Location Management, Menu Sync, Orders, etc.). You can try any request by:

    • Selecting a request
    • Adding required parameters
    • Clicking Send
  5. View Responses
    You'll see the full response from the API, including headers, status codes, and JSON body.


🛠 Tips

  • Make sure your API credentials are active and correct.
  • Use Test credentials before trying it in production.
  • You can modify requests to test edge cases or simulate different workflows.