Get Subscriptions
Get the subscriptions that your organization manages.
URL
GET https://vpp.itunes.apple.com/mdm/v2/subscriptionsQuery Parameters
| Name | Type | Description |
|---|---|---|
parentAdamId Optional | [int64] | The filter for subscriptions by parent Adam ID. |
adamId Optional | [int64] | The filter for subscriptions by Adam ID. |
cursor Optional | string | The cursor for pagination to fetch the next page of results. |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | GetSubscriptionsResponse | |
| 400 | Bad Request Content-Type: application/json | ErrorResponse | |
| 401 | Unauthorized Content-Type: application/json | ErrorResponse | The provided token is invalid. It may either be missing or expired. |
| 500 | Internal Server Error Content-Type: application/json | ErrorResponse | An internal server error occurred. Try again later. |