POST https://apis.wso2.com/api/am/store/v0.16/subscriptions/multiple
This operation can be used to add a new subscriptions providing the ids of the APIs and the applications.
Not required
Type | Name | Description | Schema | Default |
---|---|---|---|---|
Body |
body required |
Subscription objects that should to be added |
List (Subscription) | |
Header |
Content-Type required |
Media type of the entity in the body. Default is application/json. |
String |
application/json |
HTTP Code | Description | Schema |
---|---|---|
200 |
OK. Successful response with the newly created objects as entity in the body. |
Subscription |
400 |
Bad Request. Invalid request or validation error. |
Error |
415 |
Unsupported media type. The entity of the request was in a not supported format. |