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 GeneratedComplete API collection with all endpoints, request examples, and response schemas.
Run to generate the collection
npm run generate:postmanEnvironment Variables
Not GeneratedEnvironment template with base URL and API token variables.
Run to generate the collection
npm run generate:postmanHow to Import
- Download the Collection - Click the "Download Collection" button above to download the Postman Collection file.
- Download the Environment - Click the "Download Environment" button to download the environment variables file.
- Import Collection - Open Postman, click "Import" in the top left, and select the downloaded collection file.
- Import Environment - In Postman, go to Environments, click "Import", and select the downloaded environment file.
- Set Your Token - Select the imported environment, and update the api_token variable with your actual API token.
- 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:
| Variable | Default Value | Description |
|---|---|---|
| base_url | https://api.quote3d.com | Base URL for all API requests |
| api_token | YOUR_TOKEN_HERE | Your 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.