List all FAILED webhooks for the calling application
Webhooks
List all FAILED webhooks for the calling application
Returns all webhook delivery records in FAILED status where the
target URL belongs to the calling application. Use this to identify
events that need to be replayed after fixing an endpoint outage.
Paginated, newest first.
GET
List all FAILED webhooks for the calling application
Authorizations
Obtain a token from POST /v1/auth/token using your client_id and client_secret, then enter Bearer <token> here.