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-04-01T00:18:51.217Z",
  "created_at": "2025-04-01T00:18:51.217Z",
  "duration": 24,
  "email": "Xxcb@7sxE1.com",
  "endpoint": "qJC6zNDjldoFFERzxBNZlbKb9TJa",
  "id": "10eb96ef-6c67-4cf5-9c78-d0e83f57ea40",
  "ip_address": "192.0.2.45",
  "method": "POST",
  "minutes": 5,
  "org_id": "127f9ac1-0450-480e-ad81-e221704e7fcd",
  "origin": "StbACWO7pvxH45qmp",
  "price": "39.31",
  "request_body": "rl6dZcl7oSKyVc4GImsGF0mIJ",
  "request_query_params": "g3Nf3xbDTnedhPsF9yA0969T4e543",
  "response_body": "m6KJ2rv6tj",
  "started_at": "2025-04-01T00:18:51.217Z",
  "status_code": 14,
  "stripe_invoice_item_id": "SJYTU73Xz1HT0LkP0OveNdVTQ0MNt",
  "token": "b34f3691-652b-4218-b704-73d0d53ba96d",
  "updated_at": "2025-04-01T00:18:51.217Z",
  "user_agent": "r7nlkfHEGqtcnoRb4yJCPaiOU",
  "user_id": "5ef631fa-a048-499c-a49d-3716431c29a8"
}