Skip to main content
POST
Find Offer URLs (Advanced)
Search, filter, and paginate offer URLs. Supports filtering by offer IDs and URL status, plus text search on name/ID and destination URL. Pagination and ordering are controlled via query parameters.

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.

order_field
enum<string>

The field to sort by.

Available options:
network_offer_url_id,
time_saved,
time_created,
url_status
order_direction
enum<string>

Sort direction.

Available options:
asc,
desc

Body

application/json
filters
object
search_terms
object[]

Response

200 - application/json
urls
object[]
paging
object