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-04-29T19:58:22.279Z",
  "created_at": "2024-04-29T19:58:22.279Z",
  "duration": 10,
  "email": "4SOaX143@Jhtxk6F.com",
  "endpoint": "5VvzUTBkLrUCriPKEH5ZQgqtG72z",
  "id": "8d11ed8a-f548-4d9d-aafc-cc6503c8d73f",
  "ip_address": "192.0.2.131",
  "litterbox": false,
  "method": "OPTIONS",
  "minutes": 27,
  "org_id": "fb234f6c-914b-497a-8318-1706505ccd9e",
  "origin": "uX89GJdhNshsp4DFnCgWKVoSLH8M",
  "price": "47.18",
  "request_body": "8kWWdZnkc",
  "request_query_params": "4oNjtaUJAb8TH5tVhpwQ1C",
  "response_body": "YFC",
  "started_at": "2024-04-29T19:58:22.279Z",
  "status_code": 12,
  "stripe_invoice_item_id": "hsVfeWUx",
  "token": "ecb57067-ae14-4020-9da6-2b58f56df4cf",
  "updated_at": "2024-04-29T19:58:22.279Z",
  "user_agent": "NxwMbG",
  "user_id": "5606030e-76fe-4929-bac8-69d7bceb983d"
}