Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
Successful response, returns array of webhook endpoints
The response is of type object[]
.
List webhook endpoints.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful response, returns array of webhook endpoints
The response is of type object[]
.