Integrations
Update Destination
Update a destination to be used for a webhook.
put/organizations/{orgId}/integrationdestinations/webhooks/{id}
Path parameters
orgIdstring required
UUID of the organization
idstring required
The UUID of the WebhookDestination to update.
Request body
Example request
{
"credentials": {
"name": "Integration Credentials",
"apiKey": "api key",
"secret": "api secret"
}
}Response
Returns the Destination Update Request
Example response
{
"credentials": {
"apiKey": "api key",
"secret": "api secret"
}
}