GET https://api.actonsoftware.com/api/1/page
This endpoint allows you to download the list of landing pages from the account.
Customers wanting to access our API via our gateway in the EU can use this link:
GET https://api-eu.actonsoftware.com/api/1/page
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://api.actonsoftware.com/api/1/page -H "Authorization: Bearer 12345678-9abc-defg-hijk-lmnopqrs"