About EndpointX

EndpointX is an open-source project available on GitHub.

You can view the source code, report issues, suggest ideas,
or contribute to the project

https://github.com/robnsiov/endpointx

If you find a bug, have an improvement idea, want to help
improve the documentation, or have any feedback, feel free to contact me.

Email: robnsiov@gmail.com

Thank you for supporting open-source development ❤️ .

Ctrl+K

Live Logs

EndpointX provides live request logs to help you monitor and debug your endpoints during development.

The Live Logs page displays the 30 latest requests received by your endpoints. Each log includes details about the request execution, such as:

  • method: The HTTP method used for the request, such as GET, POST, PUT, PATCH , or DELETE.
  • pathname: The endpoint path that received the request.
  • status: The response status returned by the endpoint.
  • error: The error message if the request execution failed.
  • data: Additional response or debugging data.
  • date: The time when the request was processed.

To view logs, go to the Dashboard page and click the Live Logs button.

You can also access logs while creating or editing an endpoint. Open the code editor in
full-screen mode, then click the Live Logs button to monitor requests while developing your endpoint.