Skip to content

Post consumer web settings

Request

This will set your consumer's web settings.

Path
namestringrequired

_

Bodyapplication/json

Viewer said Endpoints: map[string]string

any
curl -i -X POST \
  'https://api.mediamath.com/opportunity-firehose/v2.0/consumers/{name}/websettings' \
  -H 'Content-Type: application/json'

Responses

There is no response beyond the 200 OK acknowledgment

Bodyapplication/json
object
Response
{ "Endpoints": { "ewr": "https://newlocations.com/", "ord": "https://newlocations.com/" } }