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
    • 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-04-01T00:18:40.396Z",
  "created_at": "2025-04-01T00:18:40.396Z",
  "duration": 16,
  "email": "OBv7iQ@V.com",
  "endpoint": "H38A9dPSiyucjVL0Sm9ii",
  "id": "e07c6798-0ca6-42fa-90ec-e206904bbcfd",
  "ip_address": "192.0.2.114",
  "method": "HEAD",
  "minutes": 23,
  "org_id": "6dab2f7d-b988-478e-b278-256d445864f3",
  "origin": "6DOsmM7aX",
  "price": "71.40",
  "request_body": "6",
  "request_query_params": "1KeLK2NwPEJLk8jbxU3Kq1QYM",
  "response_body": "6q4WHZjkc2HH",
  "started_at": "2025-04-01T00:18:40.396Z",
  "status_code": 20,
  "stripe_invoice_item_id": "lqAL1xck6O",
  "token": "b05e3846-0769-4665-9538-b49383db513e",
  "updated_at": "2025-04-01T00:18:40.396Z",
  "user_agent": "FHeW6GSHSeZA1UN9yySeVPL0yao2mv",
  "user_id": "11160900-6f0e-4b52-8fa0-eeefc69517f2"
}