API for managing In-App Pages
app pages
that belong to the magazine{"id": 1234,"name": "Welcome Letter","title": "Welcome to MagLoft","icon": "trophy","trigger": "on_launch","action": "subscribe","visibility": ["web","ios","android"],"created_at": "2018-01-24 10:55:35","updated_at": "2018-01-24 10:55:35","published": true,"html": "<p>Hello World</p>"}
app pages
that belong to the magazine{"total": 1,"page": 1,"records": [{"id": 1234,"name": "Welcome Letter","title": "Welcome to MagLoft","icon": "trophy","trigger": "on_launch","action": "subscribe","visibility": ["web","ios","android"],"created_at": "2018-01-24 10:55:35","updated_at": "2018-01-24 10:55:35","published": true,"html": "<p>Hello World</p>"}]}
app page
by id
{"id": 1234,"name": "Welcome Letter","title": "Welcome to MagLoft","icon": "trophy","trigger": "on_launch","action": "subscribe","visibility": ["web","ios","android"],"created_at": "2018-01-24 10:55:35","updated_at": "2018-01-24 10:55:35","published": true,"html": "<p>Hello World</p>"}
app page
and returns the saved app page
{"id": 1234,"name": "Welcome Letter","title": "Welcome to MagLoft","icon": "trophy","trigger": "on_launch","action": "subscribe","visibility": ["web","ios","android"],"created_at": "2018-01-24 10:55:35","updated_at": "2018-01-24 10:55:35","published": true,"html": "<p>Hello World</p>"}
app page
by id
and returns the updated app page
{"id": 1234,"name": "Welcome Letter","title": "Welcome to MagLoft","icon": "trophy","trigger": "on_launch","action": "subscribe","visibility": ["web","ios","android"],"created_at": "2018-01-24 10:55:35","updated_at": "2018-01-24 10:55:35","published": true,"html": "<p>Hello World</p>"}
app page
by id
and returns an empty response
with status 204
null