IntroductionQuickstartAuthenticationPaginationRate Limit

Search endpoints

Job Search POSTCompany Search POSTTechnographics POST

Account endpoints

Get Credit Balance GETGet Credits Consumption GET

Other

Get Webhook By Id GETGet Aggregated Webhook Event Count GETGet Webhook Event Count GETList Webhook Events GETList All Webhooks GETArchive Webhook PATCHUpdate Webhook PATCHEnable/Disable A Webhook PATCHRetry Webhook Events POSTTest Webhook Url POSTCreate New Webhook POST
TheirStack TheirStack Logo
DocumentationAPI ReferenceWebhooksDatasets
Webhooks

Get Webhook Event Count

Get the total number of events triggered for a specific webhook

GET
/v0/webhooks/{webhook_id}/events/count

Authorization

Bearer
AuthorizationBearer <token>

In: header

Path Parameters

  • webhook_id
    integer
    123
    required

    ID of the webhook

  • Response Body

    application/json

    application/json

    application/json

    application/json

    application/json

    curl -X GET "https://api.theirstack.com/v0/webhooks/123/events/count"
    0
    {
      "request_id": null,
      "error": {
        "code": "E-001",
        "title": "Not allowed exception",
        "description": "string"
      }
    }
    {
      "request_id": null,
      "error": {
        "code": "E-001",
        "title": "Not allowed exception",
        "description": "string"
      }
    }
    {
      "request_id": null,
      "error": {
        "code": "E-001",
        "title": "Not allowed exception",
        "description": "string"
      }
    }
    {
      "request_id": null,
      "error": {
        "code": "E-001",
        "title": "Not allowed exception",
        "description": "string"
      }
    }

    How is this guide?

    Last updated on

    Get Aggregated Webhook Event Count GET

    Get the webhook events count aggregated by day with grouping options

    List Webhook Events GET

    List all events triggered for a specific webhook