Webhooks API
Get Webhooks
Returns all webhooks.
GET
/
public
/
v1
/
webhooks
/
webhooks
Query Parameters
next_page
string
A token provided in a previous response. If not empty, it is used to retrieve the page that follows.
limit
integer
default: 50The maximum number of items to return per page.
Response
200 - application/json
hasMore
boolean
requiredWhether this is the last page of results or not.
nextPage
string
A token to retrieve the next page of results.
webhooks
object[]
requiredList of webhooks