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
    • 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
/org/api-calls/{id}
$ curl "https://api.zoo.dev/org/api-calls/{id}" \
	--header "Authorization: Bearer $TOKEN"
200 OK
Response
{
  "completed_at": "2024-04-29T19:58:26.852Z",
  "created_at": "2024-04-29T19:58:26.852Z",
  "duration": 5,
  "email": "esgIk@HmK7.com",
  "endpoint": "SaAEgL2t3L6L8M0cWxzHseqcfMa",
  "id": "02184126-2cc7-4fa5-8d15-2af047bd2b4a",
  "ip_address": "192.0.2.112",
  "litterbox": false,
  "method": "POST",
  "minutes": 9,
  "org_id": "05d87370-8067-435b-a873-64993fa2a95d",
  "origin": "NyrW83SbLrvpN7N7Yyi",
  "price": "60.80",
  "request_body": "buE",
  "request_query_params": "J",
  "response_body": "clcxCB0DrBNRSXs",
  "started_at": "2024-04-29T19:58:26.852Z",
  "status_code": 3,
  "stripe_invoice_item_id": "IQz6vm2z3yL",
  "token": "c0da81e3-28d8-4805-b3fc-ceb24b5c47e4",
  "updated_at": "2024-04-29T19:58:26.852Z",
  "user_agent": "dbQ7Ieo1P7aJXqYV",
  "user_id": "7bac1555-9ded-48fc-96a5-0be6826820e4"
}