Skip to content

Post consumer config

Request

This endpoint allows you to edit your entire config directly instead of in pieces as you see fit. You can take the output of /consumers/{name} and POST it back here and any changes will be updated

Path
namestringrequired

_

POST
/consumers/{name}
curl -i -X POST \
  'https://api.mediamath.com/opportunity-firehose/v2.0/consumers/{name}'

Responses

Bodyapplication/json
object
Response
{ "DropZeroUID": false, "DropExchangeUID": false, "DropBody": false, "Filters": { "X-Mm-Exch-Id": [] }, "SampleSettings": { "Disabled": true, "SampleRate": 1 }, "AwsSettings": { "Regions": {}, "Buckets": {}, "ASE256ServerSideEncryption": false } }