latestOpenAPI 3.1.02026-08-105279262.8 KB

51f7c5a8d15d

webhooks

List

Returns a list of callback invocations over the last 3 months (which is the retention period).

get/callbacks

Query parameters

per_pageinteger
sort'asc' | 'desc'
cursorstring

Response

Success

Example response

{
  "data": [
    {
      "request": {
        "method": "post"
      },
      "response": {
        "status": 204
      }
    }
  ]
}