---
title: "Get Destination"
method: GET
path: "/destinations/{destinationId}"
---

# Get Destination

`GET /destinations/{destinationId}`

Retrieve a destination based on its Hightouch ID

## Path parameters

- `destinationId` number, double, required

## Response `200`

Ok

- Destination — The service receiving your data (e.g. Salesforce, Hubspot, Customer.io, or a SFTP server)
  - `id` number, double, required — The destination's id
  - `name` string, required — The destination's name
  - `slug` string, required — The destination's slug
  - `workspaceId` number, double, required — The id of the workspace that the destination belongs to
  - `createdAt` string, date-time, required — The timestamp when the destination was created
  - `updatedAt` string, date-time, required — The timestamp when the destination was last updated
  - `type` string, required — The destination's type (e.g. salesforce or hubspot).
  - `configuration` object, required — The destination's configuration. This specifies general metadata about destination, like hostname and username. Hightouch will be using this configuration to connect to destination. The schema depends on the destination type. Consumers should NOT make assumptions on the contents of the configuration. It may change as Hightouch updates its internal code.
  - `syncs` number[], required — A list of syncs that sync to this destination.

## Other responses

- `401` — Unauthorized
- `404` — Not found

---

[API](https://skmtc.net/hightouch/apis/hightouch-api.md) · [All operations](https://skmtc.net/hightouch/apis/hightouch-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hightouch/hightouch-api/revisions/24a8012aa8c8/schema)
