APIAPI CallsGet an API call for a user

Parameters

Name

Type

Req.

  • id

    string / UUID
    required

Returns

  • 200 OK

    successful operation

    Name

    Type

    Req.

    body

    object
    optional
    Object Properties
    • 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
get
/user/api-calls/{id}
$ curl "https://api.zoo.dev/user/api-calls/{id}" \
	--header "Authorization: Bearer $TOKEN"
200 OK
Response
{
  "completed_at": "2025-05-23T02:47:15.142Z",
  "created_at": "2025-05-23T02:47:15.142Z",
  "duration": 7,
  "email": "xiR@QQIu.com",
  "endpoint": "9TC0R0Wm6C5LN4",
  "id": "db736fc9-a48a-4362-9eea-3ac244b90bc7",
  "ip_address": "192.0.2.3",
  "method": "TRACE",
  "minutes": 6,
  "org_id": "213b90cc-248c-4b05-8aa9-092362014a37",
  "origin": "pIDLaPDdozDjSKWKQrTC3tXqCX",
  "price": "28.56",
  "request_body": "ig6",
  "request_query_params": "2u2jvRK4W",
  "response_body": "Vz8K1TEk2qlWzYy1",
  "started_at": "2025-05-23T02:47:15.142Z",
  "status_code": 21,
  "stripe_invoice_item_id": "LWXorlAQV",
  "token": "70242c47-4ff4-4b5e-92c9-f8e23fc43d3f",
  "updated_at": "2025-05-23T02:47:15.142Z",
  "user_agent": "zko16s5vwQ3CUTA4RTVvp",
  "user_id": "3307610d-9471-4bbc-8a5e-11945b0fb5a5"
}