Contents

List plan availability IDs for a subscription

Get a list of plan availability resource IDs for a specific auto-renewable subscription.

URL

GET https://api.appstoreconnect.apple.com/v1/subscriptions/{id}/relationships/planAvailabilities

Path Parameters

NameTypeDescription
id Requiredstring

An opaque resource ID that uniquely identifies the resource. Obtain the subscription resource ID from the List all subscriptions for a subscription group response.

Query Parameters

NameTypeDescription
limit Optionalinteger

The maximum number of subscription plan availability resource identifiers to return.

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
SubscriptionPlanAvailabilitiesLinkagesResponse

400Bad Request
Content-Type: application/json
ErrorResponse

An error occurred with your request.

401Unauthorized
Content-Type: application/json
ErrorResponse

403Forbidden
Content-Type: application/json
ErrorResponse

Request not authorized.

404Not Found
Content-Type: application/json
ErrorResponse

Resource not found.

429
Content-Type: application/json
ErrorResponse

See Also

Reading plan availability from a subscription