API Reference
Status: โ
Production Ready
Base URL: https://id.optare.one
๐ API Documentation
Products API
GET /v1/products- List all productsPOST /v1/products- Create new productGET /v1/products/{slug}- Get product detailsPATCH /v1/products/{id}- Update productDELETE /v1/products/{id}- Delete product
Subscriptions API
GET /v1/subscriptions- List all subscriptionsPOST /v1/subscriptions- Create new subscriptionGET /v1/subscriptions/{id}- Get subscription detailsPATCH /v1/subscriptions/{id}- Update subscriptionDELETE /v1/subscriptions/{id}- Cancel subscription
Organizations API
GET /v1/organizations- List organizationsPOST /v1/organizations- Create organizationGET /v1/organizations/{id}- Get organization detailsPATCH /v1/organizations/{id}- Update organization
Users API
GET /v1/users- List usersGET /v1/users/{id}- Get user detailsPATCH /v1/users/{id}- Update userDELETE /v1/users/{id}- Delete user
๐ Authentication
All API requests require authentication using API keys or OAuth tokens.
API Key Authentication
Authorization: Bearer sk_live_xxxxxOAuth Authentication
Authorization: Bearer <access_token>๐ Detailed Documentation
For detailed API documentation, see:
๐ Quick Start
- Get API credentials from Admin Portal (opens in a new tab)
- Use the CLI tool for quick testing
- Use the SDK for application integration
๐ Support
For API support:
- Check FAQ
- Review Troubleshooting
- Contact support via Admin Portal
Next: OAuth Integration or CLI Guide