Skip to content

Update a destination

PATCH
/v1/destinations/{id}

Update editable fields on a destination — name and/or status. Setting status: paused HOLDS delivery (events are parked and drain on resume); active resumes.

Authorizations

apiKey

Scoped API key. Scopes are readwriteadmin. A call needing more scope than the key holds returns 403 insufficient_scope.

Type
HTTP (bearer)

Parameters

Path Parameters

id*
Type
string
Required

Request Body

application/json
JSON
{
  
"name": "acme-orders",
  
"status": "paused"
}

Responses

The updated destination.

application/json
JSON
{
  
"id": "dst_01JX9",
  
"name": "acme-orders",
  
"type": "string",
  
"validation": "pending",
  
"status": "active",
  
"version": 1
}

Playground

Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

Emithook · a Finnoto product