API → API 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
      • 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
/user/api-calls
$ curl "https://api.zoo.dev/user/api-calls" \
	--header "Authorization: Bearer $TOKEN"
200 OK
Response
{
  "items": [
    {
      "completed_at": "2024-04-29T19:58:28.172Z",
      "created_at": "2024-04-29T19:58:28.173Z",
      "duration": 28,
      "email": "ez@oSuOiE1a1d.com",
      "endpoint": "lUInTFi2GeQrJhKHZPOXhryzm8oEca",
      "id": "5a2046a7-15fb-48e1-9edd-59215efd2cd9",
      "ip_address": "192.0.2.203",
      "litterbox": false,
      "method": "POST",
      "minutes": 30,
      "org_id": "ca0eac38-8eb1-4e02-a9cc-7846be77e728",
      "origin": "3tpO2pelbRXDHL50Ii3j2NO9c",
      "price": "5.08",
      "request_body": "YibmSTN217vFhuBPBVhue9Xt",
      "request_query_params": "h",
      "response_body": "amB6MxAjrEEbgwFvxzQrcXLD6q",
      "started_at": "2024-04-29T19:58:28.173Z",
      "status_code": 26,
      "stripe_invoice_item_id": "",
      "token": "d4d7b5e7-4060-4df4-8c05-32bcc8ac8d2e",
      "updated_at": "2024-04-29T19:58:28.173Z",
      "user_agent": "TQcOVGF87j29dgfX",
      "user_id": "4dfe2c7a-0cbb-4813-9876-b8513933ce06"
    }
  ],
  "next_page": "n"
}