Routing
Create Transport Maps
Using this endpoint you can create Sender-Dependent Transports.
post/api/v1/add/transport
Request body
Example request
{
"active": "1",
"destination": "example.org",
"nexthop": "host:25",
"password": "supersecurepw",
"username": "testuser"
}Response
OK