webhooks:read scope.
Request
GET https://api.blockra.io/webhooks
Query parameters
integer
default:"1"
Page number (1-based).
integer
default:"25"
Items per page (max 100).
string
Sort column:
id, url, events, status, or created_at.string
default:"desc"
asc or desc.string
Exact endpoint ID.
string
Substring match on the URL.
string
Comma-separated:
active, inactive.string
ISO date string — return endpoints created on or after this date (e.g.
2026-01-01).string
ISO date string — return endpoints created before this date.
Response
array
The endpoints on this page (each:
id, url, events, is_active, created_at).integer
Total matching endpoints.
integer
Current page.
integer
Page size.
integer
Total number of pages.

