v1
latestOpenAPI 3.0.32026-08-061874701.5 MBwebhooks
Get webhook
Gets a matching webhook based on the specified ID.
get/webhooks/{webhookId}
Response
Webhook object
Example response
{
"callbackUrl": "https://www.myApp.com/webhooks",
"name": "My webhook",
"id": 8444254503626628,
"apiClientId": "555555",
"apiClientName": "Awesome Smartsheet Application",
"sharedSecret": "216ejjzdnq17mq1q8xs7d4hu8b",
"events": [
"*.*"
],
"scope": "plan",
"scopeObjectId": 3285357287499652,
"status": "NEW_NOT_VERIFIED",
"version": 1,
"customHeaders": {
"YOUR_CUSTOM_HEADER_KEY_1": "YOUR_CUSTOM_HEADER_VALUE_1",
"YOUR_CUSTOM_HEADER_KEY_2": "YOUR_CUSTOM_HEADER_VALUE_2"
}
}