public
Event
Get a Webhook
get/orgs/{orgId}/apps/{appId}/webhooks/{jobId}
Path parameters
orgIdstring required
The Organization ID.
appIdstring required
The Application ID.
jobIdstring required
The Webhook ID.
Response
The requested webhook.
Example response
{
"created_at": "2020-06-22T09:37:23.523Z"
}Changes
Changed in 1 of the 2 revisions of this API.1
- ○
added the required property
secret_headersto the response with the200statusresponse-required-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○