> ## Documentation Index
> Fetch the complete documentation index at: https://mockulator.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Request Logging

> See every request to your endpoints in real-time with complete details.

Every request is automatically captured and the log updates live via WebSocket — no page refresh needed.

## What's captured

* Full request headers, query params, and body
* Response data and status codes
* Timestamps

## Use cases

<AccordionGroup>
  <Accordion title="Webhook debugging">
    Inspect incoming webhooks from Stripe, Shopify, GitHub, and other third-party services in real time.
  </Accordion>

  <Accordion title="Auth verification">
    Verify that authentication headers and API key formats are being sent correctly.
  </Accordion>

  <Accordion title="Payload inspection">
    Understand request payload structures from third-party services without any extra tooling.
  </Accordion>

  <Accordion title="Usage monitoring">
    Monitor API usage patterns and request frequency across your endpoints.
  </Accordion>
</AccordionGroup>
