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 CodeError CodeDescription
500HTTP_500Internal Server Error

Example Request

curl -X GET "https://api.allurelms.com/billing/plans" \
  -H "Content-Type: application/json"