Skip to content

Create destination

POST
/bridge/v2/destinations

Authorizations

Request Body

JSON
{
"address": "string",
"second_address": "string",
"second_address_percent": 50,
"domain": "string"
}

Responses

Creates and returns a new destination
JSON
{
"address": "string",
"second_address": "string",
"second_address_percent": 50,
"domain": "string"
}