API → API 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-04-25T16:38:04.147Z",
  "created_at": "2025-04-25T16:38:04.147Z",
  "duration": 1,
  "email": "Yi6U@oo.com",
  "endpoint": "1JvPLFQJ0ru1KJyBgA0eJruecbby",
  "id": "0287f7cf-e180-4a66-b3f4-6cea33f9eaf7",
  "ip_address": "192.0.2.58",
  "method": "CONNECT",
  "minutes": 16,
  "org_id": "2710d319-f0b3-4ebe-aade-88c0764c5934",
  "origin": "SvY0pE5stCWHDm",
  "price": "6.13",
  "request_body": "5fKRVVwRSqQTJ",
  "request_query_params": "2nSGtblIFBTNvaF32M616rRm",
  "response_body": "6eKHBlsZIFvp5If",
  "started_at": "2025-04-25T16:38:04.147Z",
  "status_code": 7,
  "stripe_invoice_item_id": "jUrK4gmVokqizuh1",
  "token": "5baec02b-d298-46ea-a3d6-1a5144195df5",
  "updated_at": "2025-04-25T16:38:04.147Z",
  "user_agent": "WsiVdE6ya",
  "user_id": "fbf8c5a0-21e9-4818-ac87-63f47350e8aa"
}