Regen Therapy API Documentation
Build powerful integrations with our RESTful API. Access orders, products, inventory, commissions, and more.
Base URL
https://gateway.regentherapy.com/api/v1All API endpoints are relative to this base URL. Use sandbox.regentherapy.com for testing.
Make Your First Request
curl -X GET "https://gateway.regentherapy.com/api/v1/products" \
-H "X-API-Key: rg_your_api_key" \
-H "Content-Type: application/json"Quick Start Guides
API Resources
Orders API
Create, retrieve, and manage orders
- GET /orders
- POST /orders
- GET /orders/{id}
Products API
Access and manage product catalog
- GET /products
- POST /products
- GET /products/{id}
Inventory API
Track and adjust inventory levels
- GET /inventory
- PUT /inventory
Commissions API
View commissions and schedule payouts
- GET /commissions
- POST /commissions
Webhooks API
Configure webhook endpoints
- GET /webhooks
- POST /webhooks
- DELETE /webhooks/{id}
API Keys
Manage API keys and permissions
- GET /api-keys
- POST /api-keys
- DELETE /api-keys/{id}
API Features
Secure Authentication
API key and JWT token authentication with granular permission scopes.
Rate Limiting
100 requests/hour standard rate with informative headers for quota management.
Real-time Webhooks
25+ event types with signed payloads for secure, real-time notifications.
Ready to get started?
Create your API key and make your first request in minutes.