destinations
Create a Destination
Create a new Destination.
post/system/outputs
Request body
Response
The created Destination object in a single-item list.
Example response
{
"items": [
{
"notifications": [
{
"mode": "direct"
}
]
}
]
}