Get all the dedicated IPs for a sender
GET {{baseUrl}}/senders/:senderId/ips
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"ips":[{"id":3,"ip":"123.65.8.22","domain":"mailing.myshop.dom","weight":40},{"id":5,"ip":"123.43.21.3","domain":"newsletter.myshop.dom","weight":60}]}