v13
latestOpenAPI 3.0.32026-07-31359869.4 MBwebhooks
Get a webhook
Get a webhook
get/v1/webhooks/{id}
Path parameters
idstring required
Query parameters
teamIdstring
Example:team_1a2b3c4d5e6f7g8h9i0j1k2l
The Team identifier to perform the request on behalf of.
slugstring
Example:my-team-url-slug
The Team slug to perform the request on behalf of.
Response
Example response
{
"events": [
"deployment.created"
],
"id": "account_hook_GflD6EYyo7F4ViYS",
"url": "https://my-webhook.com",
"ownerId": "ZspSRT4ljIEEmMHgoDwKWDei",
"createdAt": 1567024758130,
"updatedAt": 1567024758130,
"projectIds": [
"prj_12HKQaOmR5t5Uy6vdcQsNIiZgHGB"
]
}