GET https://restapi.actonsoftware.com/api/1/page
This endpoint allows you to download the list of landing pages from the account.
Parameters
Name | Parameter Type |
Allow Multiple |
Required/ Optional |
Data Type | Description |
---|---|---|---|---|---|
Authorization: | Header | False | Required | String | Insert your generated access token. (Bearer {access token}) |
Response
[ { "entries": [ { "creation_time": "1570491188000", "modified": "1570491188000", "id": "p-0001", "title": "Example", "url": "http://ci61.actonservice.com/acton/fs/blocks/showLandingPage/a/42415/p/p-0001/t/page/fm/0", "tags": "[]" } ], "folder": "Default Folder" } ]
Code Examples
cURL
curl -X GET https://restapi.actonsoftware.com/api/1/page -H "Authorization: Bearer 12345678-9abc-defg-hijk-lmnopqrs"