List webhook events

List events for the given webhook endpoint.

Securitybearer or cookie
Request
path Parameters
webhookID
required
integer <int64>
query Parameters
limit
integer <int64> (PaginationLimit)
Default: 10

Specify the number of records that should be returned.

offset
integer <int64> (PaginationOffset)

Specify the number of records that need to be skipped.

Responses
200

OK

get/webhooks/{webhookID}/events
Request samples
Response samples
application/json
{
  • "status": 0,
  • "message": "string",
  • "result": [
    ]
}
Copyright © Curvegrid 2022. All right reserved.