IntroductionQuickstartAuthenticationPaginationRate Limit

Search endpoints

Job Search POSTCompany Search POSTTechnographics POST

Account endpoints

Get Credit Balance GETGet Credits Consumption GET

Other

Get Request Count GET
TheirStack TheirStack Logo
DocumentationAPI ReferenceWebhooksDatasets
Requests

Get Request Count

Get the number of request done per day

GET
/v0/requests/count

Authorization

Bearer
AuthorizationBearer <token>

In: header

Query Parameters

  • start_datetime
    stringnullable
    date-time

    Start datetime in ISO format (e.g., 2023-01-01T00:00:00)

  • end_datetime
    stringnullable
    date-time

    End datetime in ISO format (e.g., 2023-01-01T23:59:59)

  • timezone
    string
    default: "UTC"

    IANA timezone string (e.g., 'Europe/Madrid', 'America/New_York')

  • is_origin_app
    booleannullable

    Filter by origin app or api

  • Response Body

    application/json

    application/json

    application/json

    application/json

    application/json

    curl -X GET "https://api.theirstack.com/v0/requests/count"
    [
      {
        "period_start": "2019-08-24T14:15:22Z",
        "number_of_requests": 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

    Generate Dataset Credentials POST

    Generate credentials to access datasets. By default the credentials are valid for 7 days.

    Get Saved Search GET

    Next Page

    curl -X GET "https://api.theirstack.com/v0/requests/count"