Custom Subscriptions
API for managing Custom Subscription
List Custom Subscriptions
GET
https://www.magloft.com/api/portal/v1/custom_subscriptions/:app_id
This endpoint returns a list of all custom subscriptions
that belong to the magazine
Path Parameters
List Custom Subscriptions Page
GET
https://www.magloft.com/api/portal/v1/custom_subscriptions/:app_id/page/:page
This endpoint returns a page list of all custom subscriptions
that belong to the magazine
Path Parameters
Query Parameters
Get Custom Subscription
GET
https://www.magloft.com/api/portal/v1/custom_subscriptions/:app_id/(:email)(:id)
This endpoint returns a specific custom subscription
by id
Path Parameters
Create Custom Subscription
POST
https://www.magloft.com/api/portal/v1/custom_subscriptions/:app_id
This endpoint creates a new custom subscription
and returns the saved custom subscription
Path Parameters
Request Body
Update Custom Subscription
PUT
https://www.magloft.com/api/portal/v1/custom_subscriptions/:app_id/:id
This endpoint updates a specific custom subscription
by id
and returns the updated custom subscription
Path Parameters
Request Body
Delete Custom Subscription
DELETE
https://www.magloft.com/api/portal/v1/custom_subscriptions/:app_id/:id
This endpoint deletes a specific custom subscription
by id
and returns an empty response
with status 204
Path Parameters
Export Custom Subscriptions
GET
https://www.magloft.com/api/portal/v1/custom_subscriptions/:app_id/export.csv
This endpoint returns a csv document that contains a spreadsheet of all custom subscriptions
Path Parameters
Last updated