API → API CallsList API calls for your org

Parameters

Name

Type

Req.

  • limit

    integer
    optional
  • page_token

    string
    optional
  • sort_by

    string
    required
    Possible values
    • created_at_ascending:  Sort in increasing order of "created_at".
    • created_at_descending:  Sort in decreasing order of "created_at".

Returns

  • 200 OK

    successful operation

    Name

    Type

    Req.

    body

    object
    optional
    Object Properties
    • items

      array
      optional
      Array of
      • completed_at

        string / ISO-8601
        optional
      • created_at

        string / ISO-8601
        optional
      • duration

        integer / Duration
        optional
      • email

        string / Email Address
        optional
      • endpoint

        string
        optional
      • id

        string / UUID
        optional
      • ip_address

        string
        optional
      • litterbox

        boolean
        optional
      • method

        string
        optional
        Possible values
        • OPTIONS:  The `OPTIONS` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.2.1).
        • GET:  The `GET` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3.1).
        • POST:  The `POST` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3.1).
        • PUT:  The `PUT` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3.1).
        • DELETE:  The `DELETE` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3.5).
        • HEAD:  The `HEAD` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3.2).
        • TRACE:  The `TRACE` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3).
        • CONNECT:  The `CONNECT` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3.6).
        • PATCH:  The `PATCH` method as defined in [RFC 5789](https://tools.ietf.org/html/rfc5789).
        • EXTENSION:  A catch all.
      • minutes

        integer
        optional
      • org_id

        string / UUID
        optional
      • origin

        string
        optional
      • price

        number / USD Price
        optional
      • request_body

        string
        optional
      • request_query_params

        string
        optional
      • response_body

        string
        optional
      • started_at

        string / ISO-8601
        optional
      • status_code

        integer
        optional
      • token

        string / UUID
        optional
      • updated_at

        string / ISO-8601
        optional
      • user_agent

        string
        optional
      • user_id

        string / UUID
        optional
    • next_page

      string
      optional
get
/org/api-calls
$ curl "https://api.zoo.dev/org/api-calls" \
	--header "Authorization: Bearer $TOKEN"
200 OK
Response
{
  "items": [
    {
      "completed_at": "2024-12-06T17:01:21.953Z",
      "created_at": "2024-12-06T17:01:21.953Z",
      "duration": 22,
      "email": "hxmuTeuKlC@nhUlpFW.com",
      "endpoint": "DmFL7VlCRDsPql",
      "id": "d67ed1ee-1d66-4eed-8fe0-71c44b68739e",
      "ip_address": "192.0.2.27",
      "litterbox": true,
      "method": "HEAD",
      "minutes": 3,
      "org_id": "970459c2-9e3f-477c-87d1-3a33a60c8077",
      "origin": "PrpxfKPn",
      "price": "62.68",
      "request_body": "CtcCEynXyskPznBxJXrO0Xj02li",
      "request_query_params": "8hmqVgZklrhCWzcyclKw3B",
      "response_body": "mbXXKF",
      "started_at": "2024-12-06T17:01:21.953Z",
      "status_code": 32,
      "stripe_invoice_item_id": "X9aamCzp",
      "token": "d6c203f5-edcb-4c0e-852f-51575af5b0bf",
      "updated_at": "2024-12-06T17:01:21.953Z",
      "user_agent": "QwjVNJXC561njRs4lklszbwJXEPcjA",
      "user_id": "e17de662-3375-4547-be11-93e97bd9b060"
    }
  ],
  "next_page": "vGqaOhY8X91KTvt4"
}