Get a list of available add-ons
get/{companyDomain}/addons
Path parameters
companyDomainstring required
Your companies Billsby subdomain - for example, if you login at widgets.billsby.com, your companyDomain is widgets
Response
200
Example response
[
{
"name": "string",
"description": "string",
"hasActiveLinkedPlans": true
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.