Spin up a fake endpoint without writing a backend: define the response body and status, choose the HTTP method — and get a URL your app can call. Incoming requests are logged for inspection.
To develop and test a client before the real backend exists, or to reproduce edge cases like errors and unusual payloads.
Yes — the endpoint keeps a log of incoming requests with their headers and bodies.
Mock endpoints are kept for about a month, then cleaned up automatically.