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-09-19T16:11:35.554Z",
  "created_at": "2024-09-19T16:11:35.554Z",
  "duration": 18,
  "email": "AtslPnd@0cPB6.com",
  "endpoint": "GNDfjtVDJhwNUd",
  "id": "40bf59d7-ccc7-401c-9c39-1b8ad7437246",
  "ip_address": "192.0.2.133",
  "litterbox": false,
  "method": "GET",
  "minutes": 15,
  "org_id": "5221fa7d-e82e-475b-91f2-6ad46b1b5afe",
  "origin": "3LYlvVDsGP6junJZAfa1yVS7",
  "price": "16.32",
  "request_body": "J3afR8IaLx3Tl6LPt1eLJAgdZof",
  "request_query_params": "gmdx2dbQq39G57",
  "response_body": "ZV3J",
  "started_at": "2024-09-19T16:11:35.555Z",
  "status_code": 10,
  "stripe_invoice_item_id": "IpYBk",
  "token": "177ba228-5f41-43dc-b868-f0797813ac7a",
  "updated_at": "2024-09-19T16:11:35.555Z",
  "user_agent": "syreretLKlL",
  "user_id": "4600aef2-c003-4c53-801b-f11f9b26bcff"
}