Create destination
POST
/bridge/v2/destinationsAuthorizations
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"
}