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-01T00:18:54.952Z",
  "created_at": "2025-04-01T00:18:54.952Z",
  "duration": 29,
  "email": "@T4D5KZUvt.com",
  "endpoint": "DvIuKzyizZI",
  "id": "2c5201f6-395b-462f-8789-e0e3ea18375d",
  "ip_address": "192.0.2.154",
  "method": "POST",
  "minutes": 12,
  "org_id": "10a1b8ff-3e4c-4cdd-a497-fa118178d8e3",
  "origin": "EI2vW9B1TdLG",
  "price": "32.09",
  "request_body": "6KjSahekbGiAr",
  "request_query_params": "G7WYH7CjaEzzh24a9bSSVJwHWMl",
  "response_body": "6eZvvUY8HWtfAAEOntoCZB",
  "started_at": "2025-04-01T00:18:54.952Z",
  "status_code": 24,
  "stripe_invoice_item_id": "",
  "token": "410c27c8-2fc5-47b9-b951-cb26b6aa8c0d",
  "updated_at": "2025-04-01T00:18:54.952Z",
  "user_agent": "",
  "user_id": "d417b65d-6775-4560-b1e1-d9b672fa69d5"
}