/
Get filters
This endpoint returns all of the current filters you have for a specified consumer.
For more information on other filters that MediaMath would have to change for you, checkout our other documentation.
Sample endpoint: https://api.mediamath.com/opportunity-firehose/v2.0/consumers/example-consumer/filters
GET
curl -i -X GET \
'https://api.mediamath.com/opportunity-firehose/v2.0/consumers/{name}/filters'Response
{ "X-Mm-Channel-Type": [ "DISPLAY", "EMAIL", "MOBILE_DISPLAY_MOBILE_WEB", "MOBILE_VIDEO_MOBILE_WEB", "NEWSFEED", "SEARCH", "SOCIAL", "VIDEO" ], "X-Mm-Exch-Id": [ "42", "62", "63", "65", "66", "67", "69", "70", "71", "72", "73", "74", "75", "76", "82", "83", "87", "89", "91", "92", "94", "96" ], "X-Mm-Geo": [ "60231" ] }