Services

Endpoints related to the active services used by a hub.

List Billing Services

Requries the billing-services-view capability.

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 a list of Billing Services.

default

General error response from the platform

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

Get Billing Service

Requries the billing-services-view capability.

SecuritybearerAuth and hubAuth
Request
path Parameters
servicesId
required
string

The ID of the Billing Service.

Responses
200

Returns the Hub's specified Billing Service.

default

General error response from the platform

get/v1/billing/services/{servicesId}
Response samples
application/json
{
  • "data": {
    }
}

List Billing Overages

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 Billing Overages.

default

General error response from the platform

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