Create a Subscription Group
Create a subscription group for an app.
URL
POST https://api.appstoreconnect.apple.com/v1/subscriptionGroupsResponse Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 201 | Created Content-Type: application/json | SubscriptionGroupResponse | |
| 400 | Bad Request Content-Type: application/json | ErrorResponse | |
| 401 | Unauthorized Content-Type: application/json | ErrorResponse | |
| 403 | Forbidden Content-Type: application/json | ErrorResponse | |
| 409 | Conflict Content-Type: application/json | ErrorResponse | |
| 422 | Content-Type: application/json | ErrorResponse | |
| 429 | Content-Type: application/json | ErrorResponse |
Mentioned in
Discussion
HTTP Body
See Also
Endpoints
List All Subscription Groups for an AppGET /v1/apps/{id}/relationships/subscriptionGroupsRead Subscription Group InformationModify a Subscription GroupDelete a Subscription GroupList All Subscription Group LocalizationsGET /v1/subscriptionGroups/{id}/relationships/subscriptionGroupLocalizationsList All Subscriptions for a Subscription GroupGET /v1/subscriptionGroups/{id}/relationships/subscriptions