cURL
curl --request POST \ --url https://api.eflow.team/v1/networks/advertiserstable \ --header 'Content-Type: application/json' \ --header 'X-Eflow-Api-Key: <api-key>' \ --data ' { "search_terms": [ { "search_type": "name", "value": "DocTest" } ], "filters": { "account_status": "active", "account_manager_ids": [ 2 ], "labels": [ "updated-label" ] } } '
{ "advertisers": [ { "network_advertiser_id": 66, "network_id": 1, "name": "DocTest Updated Advertiser", "account_status": "active", "account_manager_id": 2, "account_manager_name": "Justin Black", "sales_manager_id": 2, "sales_manager_name": "Justin Black", "today_revenue": "$0.00", "time_created": 1774618267, "time_saved": 1774619075, "labels": [ "updated-label" ], "verification_token": "updatedtoken123" }, { "network_advertiser_id": 13, "network_id": 1, "name": "William Fowler Inc.", "account_status": "active", "account_manager_id": 2, "account_manager_name": "Justin Black", "sales_manager_id": 0, "sales_manager_name": "", "today_revenue": "$0.00", "time_created": 1774296114, "time_saved": 1774296114, "labels": null, "verification_token": "" } ], "paging": { "page": 1, "page_size": 100, "total_count": 9 } }
The Everflow API key generated from the Control Center > Security.
Page number (1-based).
Number of results per page.
x <= 2000
Text search filters.
Show child attributes
Structured filters to narrow results.
Was this page helpful?