Get all the dedicated IPs for your account
GET {{baseUrl}}/senders/ips
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"ips":[{"id":3,"ip":"67.145.89.3","active":true,"domain":"mailing.myshop.com"},{"id":5,"ip":"76.76.125.9","active":true,"domain":"newsletter.myshop.com"},{"id":6,"ip":"123.65.8.22","active":false,"domain":"notifications.myshop.com"}]}