API → API CallsGet an API call for an org

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
/org/api-calls/{id}
$ curl "https://api.zoo.dev/org/api-calls/{id}" \
	--header "Authorization: Bearer $TOKEN"
200 OK
Response
{
  "completed_at": "2025-03-12T01:35:20.802Z",
  "created_at": "2025-03-12T01:35:20.802Z",
  "duration": 27,
  "email": "TfxVD9NSO@jUW8bTjW.com",
  "endpoint": "a1c1ce41yW1yfZqHjl2qZ2zQOL1",
  "id": "12f9170f-7bf1-4923-b51b-f341839e02ff",
  "ip_address": "192.0.2.175",
  "method": "CONNECT",
  "minutes": 2,
  "org_id": "f0467a5b-06ba-4a5c-bb93-15692bae4951",
  "origin": "dfuv2ZB",
  "price": "90.66",
  "request_body": "6M2X0SkKSFPtwmSW7P6",
  "request_query_params": "",
  "response_body": "Moj",
  "started_at": "2025-03-12T01:35:20.802Z",
  "status_code": 6,
  "stripe_invoice_item_id": "qdajga7F8B682ydi2c7U",
  "token": "9e59c63e-443f-4dda-b193-f99c790d3ca2",
  "updated_at": "2025-03-12T01:35:20.802Z",
  "user_agent": "rA3rmEBi2ZGMpvwYr4",
  "user_id": "e2e4d81d-64a2-45e9-b928-df37eee898e0"
}