API → API CallsGet details of an API call
hidden

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
/api-calls/{id}
$ curl "https://api.zoo.dev/api-calls/{id}" \
	--header "Authorization: Bearer $TOKEN"
200 OK
Response
{
  "completed_at": "2024-12-19T17:48:56.162Z",
  "created_at": "2024-12-19T17:48:56.162Z",
  "duration": 21,
  "email": "RQZ@fYRt.com",
  "endpoint": "JodVSUZ2SAnXopAla1UwyihnW",
  "id": "9b285ee5-396c-4a3d-951b-af9356f7f562",
  "ip_address": "192.0.2.23",
  "method": "OPTIONS",
  "minutes": 17,
  "org_id": "c48660ab-5bf6-4c14-aa2b-eb38f1525a1c",
  "origin": "R1r3VlY1xBprE",
  "price": "46.72",
  "request_body": "WV8iGH",
  "request_query_params": "XRtEmV8c9",
  "response_body": "dvoIGQFgNid",
  "started_at": "2024-12-19T17:48:56.163Z",
  "status_code": 16,
  "stripe_invoice_item_id": "BBCFQBDKS4Z6RLtbg2Fy0pmu",
  "token": "e7f15772-34c9-4e03-b87a-9ec3ffe8b215",
  "updated_at": "2024-12-19T17:48:56.163Z",
  "user_agent": "bV",
  "user_id": "15eed9a7-cad9-48c2-ac58-a3fa67c1e4d7"
}