cURL
curl --request GET \ --url https://api.example.com/api/v1/plans
{ "data": [ { "id": "...", "name": "Pro", "lookup_id": "pro", "type": "HYBRID", "billing_interval": "month", "currency": "USD", "is_active": true, "trial_days": 14, "created_at": "2025-01-01T00:00:00Z" } ], "meta": { "page": 1, "page_size": 20, "total": 3, "total_pages": 1 } }
Retrieve all pricing plans for your organization.
FIXED
USAGE
HYBRID
Was this page helpful?