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-07-03T15:41:00.061Z",
  "created_at": "2025-07-03T15:41:00.061Z",
  "duration": 31,
  "email": "YC@wL.com",
  "endpoint": "IvcoyivJ37",
  "id": "67a0b9c8-4558-44f4-83d8-19dec42894cd",
  "ip_address": "192.0.2.59",
  "method": "OPTIONS",
  "minutes": 23,
  "org_id": "f06e8773-e023-4fde-b2a9-6a0ed7fcad79",
  "origin": "ngnAL6fJbzoI",
  "price": "9.57",
  "request_body": "OZYsPo6k",
  "request_query_params": "PMkVJOrJU",
  "response_body": "z",
  "started_at": "2025-07-03T15:41:00.061Z",
  "status_code": 21,
  "stripe_invoice_item_id": "cZzdNxPZDsn79FBkJE5LydZLBrDa",
  "token": "174e9e60-5ae7-4e9a-b07f-eaa59fe29387",
  "updated_at": "2025-07-03T15:41:00.061Z",
  "user_agent": "T84O1uXgySzubDhJ1ckIqv",
  "user_id": "8647f49a-e6b4-479b-b68b-4e1b91530f7a"
}