/
Get consumer web settings
This will get your consumer's web settings.
Sample endpoint: https://api.mediamath.com/opportunity-firehose/v2.0/consumers/example-consumer/websettings
GET
curl -i -X GET \
'https://api.mediamath.com/opportunity-firehose/v2.0/consumers/{name}/websettings'Response
{ "Endpoints": { "ewr": "https://newlocations.com/", "ord": "https://newlocations.com/" } }