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-10-21T17:58:58.459Z",
  "created_at": "2024-10-21T17:58:58.459Z",
  "duration": 22,
  "email": "0WXG@Jr.com",
  "endpoint": "YNssObv",
  "id": "e192b266-8eda-48e0-90cd-128e7aff6da9",
  "ip_address": "192.0.2.180",
  "litterbox": true,
  "method": "EXTENSION",
  "minutes": 16,
  "org_id": "d7299c7d-75c3-439f-9452-8851de130c4e",
  "origin": "sMDbfb30m4hKB2",
  "price": "25.58",
  "request_body": "w",
  "request_query_params": "qNen1ik",
  "response_body": "GFkHAYtZgTW",
  "started_at": "2024-10-21T17:58:58.459Z",
  "status_code": 12,
  "stripe_invoice_item_id": "AW1qJnVwua9aADsT8rie7ncQEEX",
  "token": "9ddf752a-0acb-4d26-a516-b1bccf003b1b",
  "updated_at": "2024-10-21T17:58:58.459Z",
  "user_agent": "x0yZLF92cpko4x1S3Lf",
  "user_id": "b32d5330-de3b-48ec-ae89-bb13cb5f88c7"
}