get https://api.talkdeskapp.com/apps//installations//subscription
Scope
apps:read
Body Response - Schema
200 (current account subscription for the app)
Parameter | Type | Description |
---|---|---|
type | string | The type of subscription. Allowed values: "trial", "paid" |
license_type | string | Allowed values: "individual", "universal" |
name | string | the name of the subscription |
price | integer | the price per seat |
description | string | n/a |
listing_summary | string | n/a |
min_licenses | integer | the minimum number of licenses |
max_licenses | integer | the maximum number of licenses |
created_by | string | n/a |
id | string | the ID of the subscription |
total_licenses | integer | number of licenses purchased for the installation |
_links | object | "_links" subdivides into: 1.1 - "self" (object), which subdivides into: 1.1.1 - "href" (string) - default: http://api-docs.talkdesk.org/apps/{app_id}/installations/{installation_id}/subscription |
403 (forbidden), 404 (app or installation not found)
Parameter | Type | Description |
---|---|---|
error | string | the error message |
Troubleshooting
If you have questions or technical issues, please open a ticket using this form.