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-07-01T20:12:01.746Z",
  "created_at": "2025-07-01T20:12:01.746Z",
  "duration": 26,
  "email": "TRDR5a1I@VifsS.com",
  "endpoint": "GFIwnm7PJBidEn87zpoA",
  "id": "e882422a-acd2-4e5c-bc1d-5d336c89f7ea",
  "ip_address": "192.0.2.154",
  "method": "EXTENSION",
  "minutes": 24,
  "org_id": "2706a9c4-08fb-4cce-812a-ddc2789fc5cd",
  "origin": "jGXLeLYBYhFx77fGXfjW1xbWjNbpUx",
  "price": "49.68",
  "request_body": "J5On9zO6W",
  "request_query_params": "q0pPfUeUSJISe3F",
  "response_body": "PwA5EPaBJYGx58nIwddsskUQ4J",
  "started_at": "2025-07-01T20:12:01.746Z",
  "status_code": 3,
  "stripe_invoice_item_id": "xVznNb",
  "token": "2f892303-602c-4b41-bc63-71df0125e729",
  "updated_at": "2025-07-01T20:12:01.746Z",
  "user_agent": "R7m5",
  "user_id": "67e9f61d-9c97-4919-b354-293f97520b9b"
}