Plans

Endpoints for fetching the available billing plans for a hub.

List Support PlansDeprecated

SecuritybearerAuth and hubAuth
Request
query Parameters
sort
Array of strings

An array of sort values. To sort descending, put a - in front of the value, e.g. -id.

filter
object
object

In a list return, the data associated with the page number and size returned. 20 results per page, page 2 would be page[size]=20&page[number]=2

Responses
200

Returns available support plans.

default

General error response from the platform

get/v1/billing/plans/support
Response samples
application/json
{
  • "data": [
    ]
}

List Billing Tiers

Returns list of availiable Billing Tiers.

SecuritybearerAuth and hubAuth
Responses
200

Returns a list of available Billing Tiers.

default

General error response from the platform

get/v1/billing/plans/tiers
Response samples
application/json
{
  • "data": [
    ]
}