Integrations
Retrieve Destination
Retrieve the webhook Destination for the UUID.
get/organizations/{orgId}/integrationdestinations/webhooks/{id}
Path parameters
orgIdstring required
UUID of the organization
idstring required
The UUID of the webhook destination.
Response
Returns the Destination
Example response
{
"credentials": {
"apiKey": "api key",
"secret": "api secret"
}
}