Skip to main content
POST
/
destinations
cURL
curl --request POST \
  --url https://api.example.com/destinations \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "config": 123,
    "createdAt": "<unknown>",
    "id": "<string>",
    "name": "<string>",
    "provider": 123,
    "updatedAt": "<unknown>"
  }
}

Authorizations

Authorization
string
header
required

OAuth access token sent as Authorization: Bearer <access-token>.

Response

201 - application/json

Create destination

data
object
required