Skip to main content
POST
Find Connections (Advanced)
Retrieve all marketplace connections between a partner and advertisers. Filter by connection status (active, pending, or deleted). Each connection includes details about the network, demand partner, and payment methods. Supports pagination via page and page_size query parameters.

Authorizations

X-Eflow-Api-Key
string
header
required

The marketplace partner's API key. Uses the X-Eflow-Api-Key header. The key belongs to the marketplace partner user.

Query Parameters

page
integer
default:1

Page number (1-based).

page_size
integer
default:50

Number of results per page.

Body

application/json
filters
object

Filters to narrow the connection results.

Response

200 - application/json
connections
object[]

Array of marketplace connection objects.

paging
object