Destination
Create a new destination
POST
/
projects
/
{projectIdOrName}
/
destinations
Authorizations
X-Api-Key
string
headerrequiredPath Parameters
projectIdOrName
string
requiredBody
application/json
name
string
requiredName for the new destination. Must be unique within the project and can only contain letters, numbers and dashes.
type
string
requiredThe type of the destination
metadata
object
requiredResponse
201 - application/json
id
string
requiredThe destination ID.
name
string
requiredUser-defined name for the destination
type
string
requiredThe type of the destination
metadata
object
requiredcreateTime
string
requiredThe time the destination was created.
updateTime
string
The time the destination was updated.
Was this page helpful?