GET /billing/plans
GET /billing/plans
GET /api/billing/plans Returns all available pricing plans from the database. This endpoint is public (no auth required) so users can view pricing before signing up.
Endpoint
GET /billing/plans
Error Responses
| Status Code | Error Code | Description |
|---|---|---|
| 500 | HTTP_500 | Internal Server Error |
Example Request
curl -X GET "https://api.allurelms.com/billing/plans" \
-H "Content-Type: application/json"