🚀 Postman Integration

Import and test the Wakflo API directly in Postman

Import OpenAPI to Postman
Use the OpenAPI specification URL to automatically generate a Postman collection
Import to Postman View OpenAPI Spec
Manual Import Instructions
Steps to manually import the API specification into Postman
1. Open Postman Desktop/Web App 2. Click "Import" button 3. Select "Link" tab 4. Paste: http://0.0.0.0:4001//openapi.json 5. Click "Continue" and then "Import"
Environment Setup
Configure Postman environment variables for testing
Base URL: http://0.0.0.0:4001 API Key: {{your_api_key}} Tenant ID: {{your_tenant_id}}

Note: You'll need Postman Desktop or Web App to import and test the collection.