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-09-03T03:22:17.630Z",
  "created_at": "2025-09-03T03:22:17.630Z",
  "duration": 13,
  "email": "M0I4c@MrGZsPpyv6.com",
  "endpoint": "5AcgUl0k",
  "id": "ad820d1c-bb14-4f76-96d3-ca008c3c2f06",
  "ip_address": "192.0.2.62",
  "method": "TRACE",
  "minutes": 30,
  "org_id": "ea076945-6c17-47a5-808a-351ce6ce4df6",
  "origin": "J",
  "price": "28.03",
  "request_body": "1dwa6xwWGDDXKuTLGkK4marUnFSC",
  "request_query_params": "a4njaSh9SlamGSWqK1Zqt0uhQzySF",
  "response_body": "2sgezlr3X6fGMTt02Y9T",
  "started_at": "2025-09-03T03:22:17.631Z",
  "status_code": 20,
  "stripe_invoice_item_id": "h2oaYQLs6DHg6dFbVd2TmM",
  "token": "a9b6a5ad-3bae-4e58-87f7-786261cbd960",
  "updated_at": "2025-09-03T03:22:17.631Z",
  "user_agent": "",
  "user_id": "97bd485d-00a8-41e5-a20d-1feb9cf9107b"
}