GET https://restapi.actonsoftware.com/api/1/page/{id}
This endpoint allows you to pull a specific landing page 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}) |
id | Path | False | Required | String | Specify the ID of the landing page. |
Response
{ "creation_time": "1570491188000", "folder": "Default Folder", "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": "[]" }
Code Examples
cURL
curl -X GET https://restapi.actonsoftware.com/api/1/page/p-0001 -H "Authorization: Bearer 12345678-9abc-defg-hijk-lmnopqrs"