Request Logs

Debug and monitor all requests to your mock endpoints.

Logged Information

Every request is logged with:

  • Request method and path
  • Request headers and body
  • Response status code and body
  • Response time (duration)
  • Timestamp
  • Matched endpoint (or "unmatched")

Filtering

Filter logs by:

  • HTTP method
  • Status code
  • Specific endpoint

Unmatched Requests

Requests that don't match any endpoint are logged with status 404. Use this to identify missing endpoints or incorrect paths in your application.

Retention

Log retention depends on your plan:

  • Free - 3 days
  • Pro - 30 days

Need help? Contact support