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-09-07T21:56:21.548Z",
  "created_at": "2024-09-07T21:56:21.548Z",
  "duration": 21,
  "email": "LZk3KHDiq1@eeLeXbYnD.com",
  "endpoint": "seZSB2HGg7I",
  "id": "5f683f81-6f07-4997-8018-2ac90c2a4d44",
  "ip_address": "192.0.2.119",
  "litterbox": false,
  "method": "CONNECT",
  "minutes": 9,
  "org_id": "d70a68ab-a11e-4bb2-9d16-237d14b9a549",
  "origin": "bg06KbgWdH2PAW3hKIfNew90",
  "price": "33.57",
  "request_body": "3OBePjMVFO48f8JLHw9",
  "request_query_params": "69K7A",
  "response_body": "jASTM9o12ve3Z",
  "started_at": "2024-09-07T21:56:21.549Z",
  "status_code": 15,
  "stripe_invoice_item_id": "ZfHPTz4KBZuuea1ST1k",
  "token": "522f8d90-b67d-4c8c-bbfe-d719a9d9fcae",
  "updated_at": "2024-09-07T21:56:21.549Z",
  "user_agent": "xRjWj",
  "user_id": "9ccbb491-ef0a-4faf-8095-4a1677cfa368"
}