Update a sender
PUT {{baseUrl}}/senders/:senderId
Request Body
{"name"=>"Newsletter", "email"=>"newsletter@mycompany.com", "ips"=>[{"domain"=>"mycompany.com", "ip"=>"123.98.689.7", "weight"=>50}, {"domain"=>"mycompany.com", "ip"=>"123.98.689.7", "weight"=>50}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |