Get the list of all your senders

GET {{baseUrl}}/senders?ip=veniam elit in&domain=veniam elit in

Request Params

KeyDatatypeRequiredDescription
ipstringFilter your senders for a specific ip. Available for dedicated IP usage only
domainstringFilter your senders for a specific domain

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

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}]}]}