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-05-23T02:47:09.260Z",
  "created_at": "2025-05-23T02:47:09.260Z",
  "duration": 4,
  "email": "Si5@dCZqfDwY.com",
  "endpoint": "xAfRME0jxfDFkRJGpdNWas6XpOGuj",
  "id": "37b980d4-b16c-4207-8814-95930dfb248a",
  "ip_address": "192.0.2.136",
  "method": "PUT",
  "minutes": 4,
  "org_id": "8ff1e64e-ad5d-49a0-8c84-a98bed118fde",
  "origin": "VALr7MTtyXajN1tD",
  "price": "100.57",
  "request_body": "OpXz3EV37",
  "request_query_params": "Q8Vo",
  "response_body": "NqOL58kNu",
  "started_at": "2025-05-23T02:47:09.260Z",
  "status_code": 24,
  "stripe_invoice_item_id": "",
  "token": "6dd8c1cc-d0c9-4318-b49b-1c53c3383d81",
  "updated_at": "2025-05-23T02:47:09.260Z",
  "user_agent": "flh7N",
  "user_id": "5edc67c2-9f3c-4732-940f-7cbe52203d6d"
}