Checkout & Sign Up
Get Checkout Types
Returns the available resource types, tariff types, and product types for the checkout flow.
GET
Get Checkout Types
Get Checkout Types
Returns the system enum values for resource types, tariff types, and product types available in the checkout flow. Used to configure the checkout UI based on what the operator has enabled for members vs. contacts.Authentication
No authentication required.Query Parameters
boolean
required
When
true, returns only types the operator has made visible in the portal.number
Optional business ID to scope types to a specific location.
Response
eSystemResourceType[]
required
All resource types available for checkout.
eTariffType[]
required
All tariff/plan types available for checkout.
eProductType[]
required
All product types available for checkout.
eSystemResourceType[]
required
Resource types available specifically to members.
eSystemResourceType[]
required
Resource types available specifically to contacts.
eProductType[]
required
Product types available specifically to members.
eProductType[]
required
Product types available specifically to contacts.
Examples
Fetch checkout types
TypeScript Integration
Get Checkout Types