Skip to main content
GET
/
networks
/
custom
/
landingpage
List Custom Landing Page Settings
curl --request GET \
  --url https://api.eflow.team/v1/networks/custom/landingpage \
  --header 'X-Eflow-Api-Key: <api-key>'
{
  "landing_pages": [
    {
      "custom_landing_page_id": 123,
      "network_id": 123,
      "network_offer_id": 123,
      "network_affiliate_id": 123,
      "url": "<string>",
      "status": "active",
      "time_created": 123,
      "time_saved": 123
    }
  ]
}

Authorizations

X-Eflow-Api-Key
string
header
required

The Everflow API key generated from the Control Center > Security.

Response

200 - application/json

OK

landing_pages
object[]