List all Webhooks

List all Webhooks

get

This endpoint allows you to retrieve a paginated list of all your Webhooks. By default, a maximum of ten Webhooks are shown per page.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
pagenumber | nullableOptional
limitnumber | nullableOptional
Responses
chevron-right
200

Returns a paginated list of Webhooks

application/json
get
/v2/webhooks

Example

curl --location 'https://dev.underdogprotocol.com/v2/webhooks' \
--header 'Authorization: Bearer {token}'

Last updated