Core Data
BillingUnitTypes
Get all billing unit types that are available in our system.
get/v2/billingunittypes
Response
OK
Example response
{
"billingUnitTypes": [
{
"id": 1,
"name": "minute",
"createdAt": "2024-06-04T08:15:00+01:00",
"modifiedAt": "2024-06-04T08:15:00+01:00",
"deletedAt": "A-1234-4321"
}
],
"total": 10
}Changes
No recorded changes to this endpoint across all 1 revision of this API.