API for managing app readers
readers
that belong to the magazine{"id": 1234,"email": "john.doe@magloft.com","name": "John","lastname": "Doe","last_sign_in_at": "2018-01-24 10:55:35","created_at": "2018-01-24 10:55:35","devices": ["android","apple"],"confirmed": true,"authentication_token": "aabbccddeeff00112233445566778899","custom_data": {},"password": "","classification_ids": [1,2,3]}
readers
that belong to the magazine{"total": 1,"page": 1,"records": [{"id": 1234,"email": "john.doe@magloft.com","name": "John","lastname": "Doe","last_sign_in_at": "2018-01-24 10:55:35","created_at": "2018-01-24 10:55:35","devices": ["android","apple"],"confirmed": true,"classification_ids": [1,2,3]}]}
reader
by id
{"id": 1234,"email": "john.doe@magloft.com","name": "John","lastname": "Doe","last_sign_in_at": "2018-01-24 10:55:35","created_at": "2018-01-24 10:55:35","devices": ["android","apple"],"confirmed": true,"authentication_token": "aabbccddeeff00112233445566778899","custom_data": {},"password": "","classification_ids": [1,2,3]}
reader
and returns the saved reader
{"id": 1234,"email": "john.doe@magloft.com","name": "John","lastname": "Doe","last_sign_in_at": "2018-01-24 10:55:35","created_at": "2018-01-24 10:55:35","devices": ["android","apple"],"confirmed": true,"authentication_token": "aabbccddeeff00112233445566778899","custom_data": {},"password": "","classification_ids": [1,2,3]}
reader
by id
and returns the updated reader
{"id": 1234,"email": "john.doe@magloft.com","name": "John","lastname": "Doe","last_sign_in_at": "2018-01-24 10:55:35","created_at": "2018-01-24 10:55:35","devices": ["android","apple"],"confirmed": true,"authentication_token": "aabbccddeeff00112233445566778899","custom_data": {},"password": "","classification_ids": [1,2,3]}
reader
by id
and returns an empty response
with status 204
null
issue purchases
by product_id
and returns a list of issue purchases
{}
issue
by coupon
and returns a list of issue purchases
{}
null