Postman Collection

What Are Postman Collections?

Postman collections are pre-configured API requests that make it easy to test Qor's APIs without writing code. They include:

  • All API endpoints (and more...) pre-configured
  • Example requests with sample data
  • Documentation built into each request

Why use them:

  • Quick testing: Test API calls without writing code
  • Learn the API: See how requests should be structured
  • Debugging: Test specific endpoints when troubleshooting
  • Documentation: Built-in examples and descriptions

How to Get the Postman Collection

To get the latest Qor Postman collection:

  1. Contact Qor Support

    1. Your Onboarding Team will provide you access to the collection
  2. What you’ll receive

    1. Postman collection file
    2. Instructions for importing

Benefits of Using Postman

  • No code required: Test APIs without writing integration code
  • Visual interface: See requests and responses clearly
  • Variable management: Store API keys and URLs in variables
  • Team sharing: Share collections with your team

Alternative Testing Methods

If you don’t use Postman, you can also test with:

  • curl: Command-line tool (examples in our docs)
  • Your own code: Write test scripts in your preferred language
  • Qor's API Reference: Some operations can be tested in the API Reference