Skip to content

Download Information for a Strategy IP addresses

Request

CSV download of IP addresses for a strategy

Security
Auth0(Required scopes: offline_accessmanage:services)
Path
strategy_idintegerrequired

Numeric ID of the strategy to get IP addresses

GET
/strategy_ip_addresses/{strategy_id}/download.csv
curl -i -X GET \
  'https://api.mediamath.com/api/v3.0/strategy_ip_addresses/{strategy_id}/download.csv' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Successful CSV download.

Headers
Content-Dispositionstring

Indicates that the response should be handled as a file attachment.

Bodytext/csv
string, (binary)
Response
string