Skip to content

Get consumer web settings

Request

This will get your consumer's web settings.

Sample endpoint: https://api.mediamath.com/opportunity-firehose/v2.0/consumers/example-consumer/websettings

Path
namestringrequired

_

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

Responses

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