Retrieve the list of landing pages

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

NameTypeDescription
typestringFilter 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"
  }
 ]
Language
Click Try It! to start a request and see the response here!