📄 OpenAPI Specification
The complete OpenAPI specification (Swagger 2.0 format) provides programmatic access to our API documentation and can be imported into various development tools.
✨ Use Cases
- Postman Collections - Import directly into Postman for instant API testing
- Code Generation - Generate client SDKs in your preferred language
- API Testing - Import into testing tools like Insomnia or Paw
- Documentation - Generate custom documentation for your team
- Validation - Validate requests and responses against the schema
💾 Save OpenAPI Spec
Right-click the link above and choose "Save Link As..." to download the JSON file.
🚀 Import into Postman
🎯 Recommended: Import the OpenAPI spec directly into Postman for the best experience with automatic updates.
🔧 Import Instructions
1Open Postman
- Launch the Postman application
- Click "Import" in the top left corner
2Import from URL (Recommended)
- Select the "Link" tab in the import dialog
- Paste this URL:
https://api.pos.dutchie.com/swagger/v001/swagger.json
- Click "Continue" and then "Import"
3Configure Authentication
- Click on the imported collection name
- Go to the "Authorization" tab
- Select "Basic Auth" as the type
- Enter your API key as the username, leave password empty
4Test Your Setup
- Find the "GET /whoami" request
- Click "Send" to test your authentication
- You should receive a 200 response with your location information
🎉 Ready to Go! Your Postman collection is automatically generated from the live API and includes all current endpoints with proper authentication.