APIAPI CallsGet details of an API call
hidden

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
/api-calls/{id}
$ curl "https://api.zoo.dev/api-calls/{id}" \
	--header "Authorization: Bearer $TOKEN"
200 OK
Response
{
  "completed_at": "2025-06-13T06:23:59.476Z",
  "created_at": "2025-06-13T06:23:59.476Z",
  "duration": 16,
  "email": "U@.com",
  "endpoint": "fm5DvT7AR01w",
  "id": "60630196-54b7-4e59-ab69-a11b715d3c98",
  "ip_address": "192.0.2.5",
  "method": "PUT",
  "minutes": 9,
  "org_id": "7f205710-d2d6-4f54-bc09-8f6f576a44bb",
  "origin": "nX7B8lIZRU38Q0",
  "price": "94.40",
  "request_body": "ae8sE1slm3Co5zyuNQ6lmICXnYis",
  "request_query_params": "BnQdjkA",
  "response_body": "8Plkwrz9A2GDXJbPdnnIrUVj",
  "started_at": "2025-06-13T06:23:59.476Z",
  "status_code": 3,
  "stripe_invoice_item_id": "Fe9jmchAPK4kuMGdDbFjOb69eLIf",
  "token": "f891b665-2a58-45bd-a612-8c247faa0be1",
  "updated_at": "2025-06-13T06:23:59.476Z",
  "user_agent": "ITciB7xn1mPsVfb9EeDCLA",
  "user_id": "cd15e4c2-fae3-4408-830d-d1772de36d14"
}