Download OpenAPI Specification
You can download our OpenAPI specification file to import it into your favorite API client like Postman, Insomnia, or any other tool that supports OpenAPI 3.0.Download OpenAPI JSON
Click here to download the OpenAPI specification file
How to Import into Postman
- Open Postman: Launch the Postman application
- Import: Click on the “Import” button in the top left corner
- Choose your method:
- From URL: Select “Link” tab and paste:
https://api.wizcommerce.com/openapi.json - From File: Click “Upload Files” and select the downloaded
openapi.jsonfile
- From URL: Select “Link” tab and paste:
- Import: Click “Continue” and then “Import”
How to Import into Other Tools
Insomnia
- In Insomnia, click on “Create” → “Import From”
- Choose your method:
- From URL: Select “URL” and paste:
https://api.wizcommerce.com/openapi.json - From File: Select “File” and choose the downloaded
openapi.jsonfile
- From URL: Select “URL” and paste:
- Click “Fetch and Import” (URL) or “Scan” then “Import” (File)
Swagger UI
- Go to Swagger Editor
- Click “File” → “Import”
- Choose your method:
- From URL: Select “Import URL” and enter:
https://api.wizcommerce.com/openapi.json - From File: Select “Import file” and choose the downloaded
openapi.jsonfile
- From URL: Select “Import URL” and enter:
- The API documentation will load with an interactive interface
What’s Included
The OpenAPI specification includes:- All API endpoints with their request/response schemas
- Authentication requirements
- Parameter descriptions
- Response status codes and error messages
- Data models and schemas
API Base URL
When testing with the OpenAPI file, make sure to configure the correct base URL:- Base URL:
https://api.wizcommerce.com
Don’t forget to add your API key in the authentication headers! See the Authentication guide for details.
Quick Start with Postman
For the fastest setup:- Open Postman
- Click “Import” → “Link”
- Paste:
https://api.wizcommerce.com/openapi.json - Click “Import”
- Set your API key in the collection’s Authorization tab
- Start making requests!
Need help? Contact our support team.
