List Products For Signup
GET/api/billing/products
List all products for signup page.
This is a public endpoint that supports both API key authentication and no auth. Supports both authenticated users (JWT token) and public access (API key or no auth).
-
Authenticated users: Send JWT token in Authorization header
-
Public access: Send API key in X-API-Key header or pk query parameter, or no auth for public products
-
If no product_type specified: Returns all products EXCEPT PACKAGE and PACKAGE-ADDON (default behavior)
-
If product_type specified: Returns only products of the specified type(s)
-
product_type can be a single type or comma-separated list (e.g., "PACKAGE,PACKAGE-ADDON")
-
SERVICE products are shared across all tenants
-
Other products are tenant-specific for proper isolation
Valid product types: STANDARD, SERVICE, PACKAGE, PACKAGE-ADDON Invalid types in comma-separated lists will be filtered out with a warning.
Request
Responses
- 200
- 422
Successful Response
Validation Error