POST
/
projects
/
{projectIdOrName}
/
destinations

Authorizations

X-Api-Key
string
header
required

Path Parameters

projectIdOrName
string
required

Body

application/json
metadata
object
required
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

Response

201 - application/json
createTime
string
required

The time the destination was created.

id
string
required

The destination ID.

metadata
object
required
name
string
required

User-defined name for the destination

type
string
required

The type of the destination

updateTime
string

The time the destination was updated.