Get the list of all your senders
GET {{baseUrl}}/senders?ip=veniam elit in&domain=veniam elit in
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ip | string | Filter your senders for a specific ip. Available for dedicated IP usage only | |
domain | string | Filter your senders for a specific domain |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"senders":[{"id":1,"name":"Marketing","email":"marketing@mycompany.com","active":true,"ips":[{"ip":"123.98.689.7","domain":"mycompany.com","weight":100}]},{"id":2,"name":"Newsletter","email":"newsletter@mycompany.com","active":false,"ips":[{"ip":"123.98.689.7","domain":"mycompany.com","weight":50},{"ip":"123.98.643.2","domain":"news.mycompany.com","weight":50}]}]}