POST GET pages/lookup
Get full details of a landing page record
* required
Parameters
| Name | Type | Description |
|---|---|---|
| pageID | guid | Unique ID of a landing page. Required if pageIDs is not provided. |
| pageIDs | array[string] |
Multiple pageIDs. Requests that use this parameter will change the response data from a single object to an array of objects. Required if pageID is not provided.
25
|
Response Data
Returns a fully populated landing page object, or an array of landing page objects if looking up multiple pageIDs
| Name | Type | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| campaignIDs | array[integer] | Campaigns the landing page is assigned to | ||||||||||||
| dateAdded | datetime | Date record was added | ||||||||||||
| dateModified | datetime | Date record was modified | ||||||||||||
| metrics | object |
Summary performance metrics
|
||||||||||||
| pageID | guid | Unique ID of landing page | ||||||||||||
| status | string | Current status of landing page. One of: Active, Inactive | ||||||||||||
| title | string | Title of landing page | ||||||||||||
| url | string | Public URL of the page. Reflects the page's configured URL type (platform-hosted default, custom domain/path, or client-hosted alternate URL) | ||||||||||||
| userID | integer | ID of system user the landing page belongs to (owner) |
Permissions
Method requires the Manage Landing Pages permission
Example Calls
Lookup page by ID
GET
/pages/lookup?pageID=A1B2C3D4-E5F6-7890-ABCD-EF1234567890
cURL
Copy
Response Data
Lookup multiple pages by array of IDs
POST
/pages/lookup
cURL
Copy
Response Data
API Console
The console uses production data, so BE CAREFUL!
GET
pages/lookup