Available Resources
Internal REST API endpoints for testing response behaviors.
| Method | Path | Description |
|---|---|---|
| POST | /v1/create |
Returns HTTP 201 Created |
| GET | /v1/all |
Returns products list with 20 s delay |
| GET | /v1/500 |
Returns HTTP 500 Server Error |
| GET | /v1/timeout |
Hangs indefinitely (timeout test) |