Parameter | Description |
---|---|
Callback URL | The callback URL assigned to the webhook. |
Events | A comma-separated list of events. |
Name | The name of the webhook. |
Object ID | The ID of the object that the webook will be set on. |
Scope | The type of scope to set the webhook on, for example - sheet . |
Version | The version of the webhook. |
{
"message": "<string>",
"resultCode": 2,
"result": {
"id": 9741141107881169,
"scopeObjectId": 928909402643491,
"name": "<string>",
"callbackUrl": "<string>",
"version": 0,
"events": [
"<string>"
],
"enabled": false,
"status": "<string>",
"sharedSecret": "<string>",
"scope": "<string>",
"subscope": {
"columnIds": []
},
"createdAt": "2025-03-20T15:43:56Z",
"modifiedAt": "2025-04-01T05:15:12Z",
}
}
Was this page helpful?