Skip to main content
PATCH/v1/destinations/{destination_id}

Update a destination

Updates credentials, status, routing rules, or retry policy for a destination.

Authentication

Requires Authorization: Bearer ${API_KEY}. Create and rotate keys from the TrackLayer dashboard.

Path parameters

NameTypeRequiredDescription
destination_idstringYesDestination identifier.

Request body schema

{
  "name": "string",
  "status": "active | paused",
  "credentials": "object",
  "routing": "object"
}

Response schema · 200

{
  "id": "dst_123",
  "updated_at": "2026-05-05T11:00:00Z"
}

Response example

{
  "id": "dst_123",
  "updated_at": "2026-05-05T11:00:00Z"
}

Code examples

curl https://api.tracklayer.com/v1/destinations/dst_123 \
  -X PATCH \
  -H "Authorization: Bearer ${API_KEY}" \
  -H "Content-Type: application/json" \
  -d '{"event_name":"purchase","user_id":"u_123","properties":{"order_id":"100045","value":129}}'

Try it out

Use the dashboard to create an API key, then run one of the examples above with TRACKLAYER_API_KEY set in your environment.

Open API key settings

We use essential cookies to keep the site secure and functional. Analytics and third-party tags run only with your consent. See our Cookie Policy.

We use essential cookies to keep the site secure and functional. Analytics and third-party tags run only with your consent. See our Cookie Policy.