POST
/
projects
/
{projectIdOrName}
/
destinations

Authorizations

X-Api-Key
string
headerrequired

Path Parameters

projectIdOrName
string
required

Body

application/json
name
string
required

Name for the new destination. Must be unique within the project and can only contain letters, numbers and dashes.

type
string
required

The type of the destination

metadata
object
required

Response

201 - application/json
id
string
required

The destination ID.

name
string
required

User-defined name for the destination

type
string
required

The type of the destination

metadata
object
required
createTime
string
required

The time the destination was created.

updateTime
string

The time the destination was updated.