https://api.appstoreconnect.apple.com//v1/appPriceTiers/{id}the fields to include for returned resources of type appPriceTiers
comma-separated list of relationships to include
the fields to include for returned resources of type appPricePoints
maximum number of related pricePoints returned (when they are included)
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request GET \
--url 'https://api.appstoreconnect.apple.com//v1/appPriceTiers/{id}' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}https://api.appstoreconnect.apple.com//v1/appPriceTiers/{id}the fields to include for returned resources of type appPriceTiers
comma-separated list of relationships to include
the fields to include for returned resources of type appPricePoints
maximum number of related pricePoints returned (when they are included)
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request GET \
--url 'https://api.appstoreconnect.apple.com//v1/appPriceTiers/{id}' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}