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
    • litterbox

      boolean
      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": "2024-07-27T01:15:26.689Z",
  "created_at": "2024-07-27T01:15:26.689Z",
  "duration": 20,
  "email": "3Xr7@.com",
  "endpoint": "uy556mvJmjP6",
  "id": "358b771e-8af0-4f12-ab3e-a7846d6b6deb",
  "ip_address": "192.0.2.200",
  "litterbox": true,
  "method": "POST",
  "minutes": 3,
  "org_id": "d24f2516-5d80-4efe-9b33-df41b89b12bd",
  "origin": "MPXEwgc9yKALkfHuAhj",
  "price": "32.60",
  "request_body": "U",
  "request_query_params": "vLr7T5W",
  "response_body": "8GcmE28dQs44j",
  "started_at": "2024-07-27T01:15:26.690Z",
  "status_code": 30,
  "stripe_invoice_item_id": "",
  "token": "5f213877-f4fc-4914-b7cd-f6f237c3235e",
  "updated_at": "2024-07-27T01:15:26.690Z",
  "user_agent": "XmLv5YSqZ8ywxMBKXiTEw8eTE3ZE5",
  "user_id": "9dec760f-15f8-420a-a082-7204b48b374a"
}