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-21T20:00:26.840Z",
  "created_at": "2025-04-21T20:00:26.840Z",
  "duration": 32,
  "email": "Z1Lh1qNjW@.com",
  "endpoint": "zd9tHsIE1OMMTMoGEAixhSK5vS8R1",
  "id": "de436349-1326-4d5c-a6a2-f8d328060640",
  "ip_address": "192.0.2.232",
  "method": "PATCH",
  "minutes": 31,
  "org_id": "8e25810d-704e-44c6-a866-c2b820d92336",
  "origin": "0BcQf7OxCWo3ic6Rpsz",
  "price": "53.54",
  "request_body": "ytN",
  "request_query_params": "QOC8ndfBMCitWGOb5k3I",
  "response_body": "FZqcF",
  "started_at": "2025-04-21T20:00:26.840Z",
  "status_code": 18,
  "stripe_invoice_item_id": "A3xJcQUCA2f9EUCvM2ze1GLnUhKkE",
  "token": "a5524008-eeca-4e8a-8943-a564e3f34621",
  "updated_at": "2025-04-21T20:00:26.840Z",
  "user_agent": "8caUhvePlTdmiaWSCWNvCwN",
  "user_id": "b23b5234-dbf5-4fd4-9c5b-77e8e1c553e4"
}