Skip to main content
POST
Find Custom Landing Pages (Advanced)
Retrieve a paginated list of custom landing page settings. Supports search filters, sorting, and pagination to help you find and browse landing page configurations programmatically.

Authorizations

X-Eflow-Api-Key
string
header
required

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

Query Parameters

page
integer
default:1

Page number (1-based).

page_size
integer
default:50

Number of results per page.

relationship
enum<string>

Include additional related data. The offer and affiliates relationships are always returned. Use variables to add variable conditions, or all to include variables and creatives.

Available options:
variables,
all
order_field
enum<string>

Field to order results by.

Available options:
network_custom_landing_page_setting_id,
network_custom_landing_page_setting_name,
offer_name,
network_custom_landing_page_setting_status,
network_custom_landing_page_setting_destination_url,
network_custom_landing_page_setting_time_created,
network_custom_landing_page_setting_time_saved
order_direction
enum<string>

Sort direction.

Available options:
asc,
desc

Body

application/json
search_terms
object[]

Text search filters.

filters
object

Structured filters to narrow results.

Response

200 - application/json
entries
object[]
paging
object