APIAPI CallsList API calls for your user

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
      • 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
/user/api-calls
$ curl "https://api.zoo.dev/user/api-calls" \
	--header "Authorization: Bearer $TOKEN"
200 OK
Response
{
  "items": [
    {
      "completed_at": "2025-07-22T17:50:32.978Z",
      "created_at": "2025-07-22T17:50:32.978Z",
      "duration": 3,
      "email": "@TH1.com",
      "endpoint": "w2",
      "id": "689d3019-e0d5-4348-b0a9-a24b01769399",
      "ip_address": "192.0.2.67",
      "method": "PATCH",
      "minutes": 5,
      "org_id": "258e524c-2ec1-47d6-8c7c-5a15779d1f55",
      "origin": "",
      "price": "30.11",
      "request_body": "RlgE2SKio7b2",
      "request_query_params": "3RhsiHON1H7eoFTo",
      "response_body": "lIFhULSw",
      "started_at": "2025-07-22T17:50:32.978Z",
      "status_code": 10,
      "stripe_invoice_item_id": "hRKdp684bVeQKb9wgDpPSxuNY2LK",
      "token": "a65f832a-714a-4872-8426-40e51bf94b05",
      "updated_at": "2025-07-22T17:50:32.978Z",
      "user_agent": "GW0vzvRW2K1Rdkh4Cw",
      "user_id": "961185af-0fcb-44ab-912f-7a6a5dd6b2c8"
    }
  ],
  "next_page": "F0mauBc4"
}