GET
curl -i -X GET \
'https://api.adflex.io/api/v2/ads/display/filters/publishers?search=a' \
-H 'x-api-key: YOUR_API_KEY_HERE'Response
- integer
- string
{ "status": "ok", "meta": { "code": 1000, "message": null }, "data": [ { … }, { … }, { … }, { … } ] }