Skip to main content
POST
List Data Supplements
Returns a paginated list of data supplement records for the network. Supports filtering by supplement source, offer, affiliate, and source ID, as well as text search within supplement details. Pagination is controlled through the page and page_size query parameters, not the JSON request body. For example, ?page=2&page_size=100 returns the second page of 100 records. Required field is timezone_id. Related entities (offer and affiliate basic info) are included in the relationship field of each record.

Authorizations

X-Eflow-Api-Key
string
header
required

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

Query Parameters

page
integer
default:1

The page of results to retrieve.

Required range: x >= 1
page_size
integer
default:50

The number of results to return per page.

Required range: x >= 1

Body

application/json
timezone_id
integer
required

Timezone identifier for the date range.

from
string

Start date (format: YYYY-MM-DD).

to
string

End date (format: YYYY-MM-DD).

query
object

Query configuration with optional filters and search terms.

Response

200 - application/json
data_supplements
object[]

Array of data supplement table records.

paging
object

Pagination information.