API for managing Custom Subscription
custom subscriptions
that belong to the magazine{"id": 1234,"order_id": "sub-12345","source": "custom","user_id": "FF063C1C-C5F3-4749-A7FC-7DCF91B3278F","active": true,"start_date": "2018-01-24","end_date": "2018-01-24","created_at": "2018-01-24 10:55:35","reader": {"id": 12345,"email": "[email protected]","custom_data": {"gender": "male"},"confirmed": true},"status": "updated","password": "pass1234"}
custom subscriptions
that belong to the magazine{"total": 1,"page": 1,"records": [{"id": 1234,"order_id": "sub-12345","source": "custom","user_id": "FF063C1C-C5F3-4749-A7FC-7DCF91B3278F","active": true,"start_date": "2018-01-24","end_date": "2018-01-24","created_at": "2018-01-24 10:55:35","reader": {"id": 12345,"email": "[email protected]","custom_data": {"gender": "male"},"confirmed": true},"status": "updated","password": "pass1234"}]}
custom subscription
by id
{"id": 1234,"order_id": "sub-12345","source": "custom","user_id": "FF063C1C-C5F3-4749-A7FC-7DCF91B3278F","active": true,"start_date": "2018-01-24","end_date": "2018-01-24","created_at": "2018-01-24 10:55:35","reader": {"id": 12345,"email": "[email protected]","custom_data": {"gender": "male"},"confirmed": true},"status": "updated","password": "pass1234"}
custom subscription
and returns the saved custom subscription
{"id": 1234,"order_id": "sub-12345","source": "custom","user_id": "FF063C1C-C5F3-4749-A7FC-7DCF91B3278F","active": true,"start_date": "2018-01-24","end_date": "2018-01-24","created_at": "2018-01-24 10:55:35","reader": {"id": 12345,"email": "[email protected]","custom_data": {"gender": "male"},"confirmed": true},"status": "updated","password": "pass1234"}
custom subscription
by id
and returns the updated custom subscription
{"id": 1234,"order_id": "sub-12345","source": "custom","user_id": "FF063C1C-C5F3-4749-A7FC-7DCF91B3278F","active": true,"start_date": "2018-01-24","end_date": "2018-01-24","created_at": "2018-01-24 10:55:35","reader": {"id": 12345,"email": "[email protected]","custom_data": {"gender": "male"},"confirmed": true},"status": "updated","password": "pass1234"}
custom subscription
by id
and returns an empty response
with status 204
null
custom subscriptions
null