v1
latestOpenAPI 3.0.32026-08-0623677345.2 KBBilling
List frequencies
Returns the catalogue of built-in billing frequencies (daily, monthly, yearly with quantity multipliers). Read-only.
get/frequencies/
Query parameters
pageinteger
Page number to retrieve (1-indexed).
page_sizeinteger
Number of items per page.
Response
Paginated frequency list.
Example response
{
"count": 142,
"results": [
{
"id": "monthly"
}
]
}