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
Changes
Changed in 2 of the 51 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲