v2
latestOpenAPI 3.0.12026-07-262352981007.0 KBSubscriptions
Get all add-ons
Returns a list of all available add-ons with their features and pricing.
Use this endpoint to display the complete catalog of available add-ons.
get/subscriptions/addons
Response
When request is successful. Returns a collection of 'AddOn' objects.
Example response
{
"value": [
{
"id": "b471682e-fa17-4e46-b7fe-9b2b8fdcb3c2",
"name": "Intake",
"prices": [
{
"default": true,
"active": true,
"type": "Recurring",
"name": "\"$109 per user/month\"",
"amount": 5900,
"interval": "Monthly"
}
],
"createdDate": "2022-04-23T14:00:00Z",
"updatedDate": "2022-04-23T14:00:00Z"
}
]
}