Interactive API Documentation¶
Versioner provides interactive Swagger API documentation.
Access Interactive Docs¶
Swagger UI (Recommended)¶
See api.versioner.io/docs for an interactive interface where you can try API calls directly in your browser
Features:
- 🔍 Browse all endpoints
- 📝 See request/response schemas
- ▶️ Try API calls directly
- 🔐 Authenticate with your API key or JWT
- 📋 Copy curl commands
ReDoc¶
See api.versioner.io/redoc for clean, three-panel documentation interface
Features:
- 📖 Clean, readable layout
- 🔍 Search functionality
- 📱 Mobile-friendly
- 🎨 Syntax highlighting
OpenAPI Specification¶
Download the complete OpenAPI 3.0 specification
Use this to:
- Generate client libraries
- Import into Postman/Insomnia
- Build custom tooling
- Validate requests/responses
Next Steps¶
- Try the API: api.versioner.io/docs
- Event tracking: Event Tracking Guide
- Authentication: Authentication Guide
- Error handling: Response Codes