API Reference
Interactive OpenAPI documentation for Reevit
API Reference
Complete interactive API reference documentation for Reevit. Explore endpoints, test requests, and view response schemas.
Interactive Documentation
Our OpenAPI documentation provides:
- Interactive API Explorer — Try API calls directly from the documentation
- Request/Response Examples — See real examples for each endpoint
- Schema Definitions — View detailed data models
- Code Samples — Copy code snippets in multiple languages
Base URL
| Environment | URL |
|---|---|
| Production | https://api.reevit.com |
| Sandbox | https://api-sandbox.reevit.com |
Authentication
All API requests require authentication. See the Authentication section for details.
# API Key Authentication
curl -X GET "https://api.reevit.com/v1/payments" \
-H "X-Reevit-Key: pfk_live_xxx" \
-H "X-Org-Id: org_123"Quick Access
Payments API
Create payment intents, process refunds, and manage transactions
Connections API
Manage PSP connections and credentials
Subscriptions API
Create and manage recurring billing
Webhooks API
Configure webhook endpoints and view events
OpenAPI Specification
The complete OpenAPI 3.0 specification is available for download:
- YAML: Download OpenAPI Spec
You can import this spec into tools like:
- Swagger UI
- Postman
- Insomnia
- OpenAPI code generators
Need Help?
- 📖 Documentation — Complete guides
- 💬 Support — Email support
- 🐛 GitHub Issues — Report bugs