GET /hook_events/{subject_type}
Returns a paginated list of all valid webhook events for the specified entity. The team and user webhooks are deprecated, and you should use workspace instead. For more information, see the announcement.
This is public data that does not require any scopes or authentication.
NOTE: The example response is a truncated response object for the workspace
subject_type
.
We return the same structure for the other subject_type
objects.
Servers
- https://api.bitbucket.org/2.0
Path parameters
Name | Type | Required | Description |
---|---|---|---|
subject_type |
String | Yes |
A resource or subject type. Possible values:
|
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.