cURL
curl --request GET \ --url https://depot.mesa.dev/api/v1/{org}/{repo}/webhooks \ --header 'Authorization: Bearer <token>'
{ "webhooks": [ { "id": "<string>", "url": "<string>", "events": [ "push" ], "branches": [ "<string>" ], "globs": [ "<string>" ], "created_at": "<string>", "updated_at": "<string>" } ] }
List webhooks for a repository
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
Webhook list
Show child attributes