latestOpenAPI 3.0.02026-08-224362174.0 KB

24a8012aa8c8

Get Destination

Retrieve a destination based on its Hightouch ID

get/destinations/{destinationId}

Path parameters

destinationIdnumber double required

The destination's ID

Response

Ok

idnumber double required

The destination's id

namestring required

The destination's name

slugstring required

The destination's slug

workspaceIdnumber double required

The id of the workspace that the destination belongs to

createdAtstring date-time required

The timestamp when the destination was created

updatedAtstring date-time required

The timestamp when the destination was last updated

typestring required

The destination's type (e.g. salesforce or hubspot).

configurationobject 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.

syncsnumber[] required

A list of syncs that sync to this destination.