v1
latestOpenAPI 3.1.02026-07-26580123.9 KBGet add-on details
get/{companyDomain}/addons/{addonId}
Path parameters
companyDomainstring required
Your companies Billsby subdomain - for example, if you login at widgets.billsby.com, your companyDomain is widgets
addonIdinteger required
The unique identifier of the add-on in the Billsby platform
Response
200
Example response
{
"name": "string",
"displayName": "string",
"description": "string",
"singleUnitName": "string",
"pluralUnitName": "string",
"pricingModelType": "string",
"hasActiveLinkedPlans": true,
"featureTags": [
"string"
],
"plans": [
{
"planName": "string",
"productName": "string",
"forceAddon": true,
"isActive": true
}
],
"priceModels": [
{
"frequencyType": "string",
"currency": "string",
"flatFeePriceFormatted": "string",
"perUnitPriceFormatted": "string",
"tiers": [
{
"priceFormatted": "string"
}
]
}
]
}