Retrieve
Get
get/api/v1/webhooks/{id}
Invokes the c1.api.webhooks.v1.WebhooksService.Get method.
Path Parameters
idstring
The id field.
Returns
webhookidstringcreatedAtstringdeletedAtstringdescriptionstringdisplayNamestringupdatedAtstringurlstringWebhook
optional
The Webhook message.
Request example cURL
curl https://{tenantDomain}.conductor.one/api/v1/webhooks/$ID \
-H "Authorization: Bearer $CONDUCTORONE_SDK_API_KEY"200 Example
{
"webhook": {
"id": "id",
"description": "description",
"displayName": "displayName",
"url": "url"
}
}