get
https://api.octopush.com/v1/public/landing-pages-list
Encoding : UTF-8
Authentication
Your "api-key" and "api-login" identifiers must be added in the headers.
Definition
This web service allows you to retrieve the list of your landing pages.
Parameters
| Name | Type | Description |
|---|---|---|
| type | string | Filter the list by type |
Server Response Example in JSON
Success
[
{
"name" : "landing_page_name_1",
"url": "8pu.sh/cFcFcF",
"title": "xxxXXX xxxxXXXxxx"
"description": "xxxXXX xxxxXXXxxx"
"expiration_date": "2023-01-04 11:11:11",
"created_at": "2023-01-04 11:11:11",
"redirect_url": "mydomain.fr/my_slug",
"status": "active",
"visitor_location_tracking": true,
"redirect_visitor_url ": "mydomain.fr/my_slug"
}
]