List webhooks

List all webhook endpoints.

Securitybearer or cookie
Request
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

4XX

Client error.

5XX

Server error.

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