Get Landing Page

Scott Wallace
Scott Wallace
  • Updated
GET https://api.actonsoftware.com/api/1/page/{id}

This endpoint allows you to pull a specific landing page 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/{id}

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://api.actonsoftware.com/api/1/page/p-0001 -H "Authorization: Bearer 12345678-9abc-defg-hijk-lmnopqrs"

 

Was this article helpful?

0 out of 0 found this helpful

Have more questions? Submit a request