Contents

List all subscription price point equalizations

Get a list of subscription price points and their equivalent in a specified currency.

URL

GET https://api.appstoreconnect.apple.com/v1/subscriptionPricePoints/{id}/equalizations

Path Parameters

NameTypeDescription
id Requiredstring

An opaque resource ID that uniquely identifies the resource. Obtain the subscriptionPricePoint resource ID from the List all price points for a subscription response.

Query Parameters

NameTypeDescription
filter[territory] Optional[string]

Filter the returned subscription price points by territory.

filter[subscription] Optional[string]

Filter the returned subscription price points by subscription.

filter[upfrontPricePointId] Optional[string]

Filter the returned subscription price points by upfront price point ID.

filter[planType] Optional[string]

Filter the returned subscription price points by plan type.

fields[subscriptionPricePoints] Optional[string]

Additional fields to include for each subscription price point resource returned by the response.

fields[territories] Optional[string]

Additional fields to include for each territory resource returned by the response.

limit Optionalinteger

The maximum number of subscription price point resources to return.

include Optional[string]

The relationship data to include in the response.

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: text/csv
csv

The request completed successfully.

400Bad Request
Content-Type: application/json
ErrorResponse

An error occurred with your request.

401Unauthorized
Content-Type: application/json
ErrorResponse

Authentication failed.

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

The request rate limit was exceeded.

Mentioned in

See Also

Reading and managing subscription price points and prices