API → API CallsGet an API call for a user

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
/user/api-calls/{id}
$ curl "https://api.zoo.dev/user/api-calls/{id}" \
	--header "Authorization: Bearer $TOKEN"
200 OK
Response
{
  "completed_at": "2025-04-21T20:00:35.451Z",
  "created_at": "2025-04-21T20:00:35.451Z",
  "duration": 30,
  "email": "23@ULAU.com",
  "endpoint": "ZcF7yhEFqkELkZ0plrIMfSE3E",
  "id": "6dee2d2f-1e82-4783-ad87-e28fcc577106",
  "ip_address": "192.0.2.177",
  "method": "HEAD",
  "minutes": 4,
  "org_id": "99c0f4e6-a35b-40bf-b21e-1d8be827fc5a",
  "origin": "FEbVWZPvZSWeY",
  "price": "10.24",
  "request_body": "9gi398JE2c7uq3QEIXPaAQkgHuY8gs",
  "request_query_params": "CRFELCdkb4Uk2dT2J8AbwSNLywOl",
  "response_body": "viQcpoFFwZd6SyZVuoDkZ",
  "started_at": "2025-04-21T20:00:35.458Z",
  "status_code": 9,
  "stripe_invoice_item_id": "FkukBhnC",
  "token": "eb6cfdc6-6f85-44bf-a008-f04f16508d5d",
  "updated_at": "2025-04-21T20:00:35.458Z",
  "user_agent": "Z1pD34O5Dq9jD3",
  "user_id": "1d2036fe-b455-4943-9283-c19eea772314"
}