Skip to main content
GET
/
networks
/
meta
/
search
Global Search
curl --request GET \
  --url https://api.eflow.team/v1/networks/meta/search \
  --header 'X-Eflow-Api-Key: <api-key>'
{
  "offers": [
    {}
  ],
  "affiliates": [
    {}
  ],
  "advertisers": [
    {}
  ]
}

Authorizations

X-Eflow-Api-Key
string
header
required

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

Query Parameters

q
string
required

Search query string.

Response

200 - application/json

OK

offers
object[]

Matching offers.

affiliates
object[]

Matching affiliates.

advertisers
object[]

Matching advertisers.