Welcome to the Quote3D Documentation! ⏳

Postman Collection

Import our Postman Collection to quickly test all Quote3D API endpoints. The collection includes all endpoints with example requests and environment variables.

Download Collection

Download the Postman Collection and Environment files to get started:

Postman Collection

Not Generated

Complete API collection with all endpoints, request examples, and response schemas.

Run to generate the collection npm run generate:postman

Environment Variables

Not Generated

Environment template with base URL and API token variables.

Run to generate the collection npm run generate:postman

How to Import

  1. Download the Collection - Click the "Download Collection" button above to download the Postman Collection file.
  2. Download the Environment - Click the "Download Environment" button to download the environment variables file.
  3. Import Collection - Open Postman, click "Import" in the top left, and select the downloaded collection file.
  4. Import Environment - In Postman, go to Environments, click "Import", and select the downloaded environment file.
  5. Set Your Token - Select the imported environment, and update the api_token variable with your actual API token.
  6. Start Testing - All requests in the collection will automatically use your environment variables. You can now test any endpoint!

Environment Variables

The Postman Environment includes the following variables:

VariableDefault ValueDescription
base_urlhttps://api.quote3d.comBase URL for all API requests
api_tokenYOUR_TOKEN_HEREYour API Bearer token (replace with your actual token)

Tips & Best Practices

  • Make sure to select the correct environment before making requests
  • Update the api_token variable with your actual token
  • You can create multiple environments for different environments (development, staging, production)
  • Use Postman's collection runner to test multiple endpoints at once
  • Check the response examples in the collection to understand expected response formats

Need Help?

If you encounter any issues importing the collection, check out our Code Examples or explore the API Playground for interactive testing.