Mirror API
The Mirror API is a simple HTTP endpoint designed for testing and debugging purposes. It accepts requests with any HTTP method and returns the exact request body in the response, allowing developers to verify payload transmission and formatting. Additionally, clients can specify the desired HTTP response code via a query parameter (httpCode). This makes the Mirror API an ideal tool for…
Mirror API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Mirror | ||
| GET |
Get same data from GET /mirror_api/mirror |
- It returns the same body that received - Its possible control the http code to receive, with the query param httpCode |
| POST |
Get same data from POST /mirror_api/mirror |
- It returns the same body that received - Its possible control the http code to receive, with the query param httpCode |
| PUT |
Get same data from PUT /mirror_api/mirror |
- It returns the same body that received - Its possible control the http code to receive, with the query param httpCode |
| Other endpoints | ||
| GET |
Get same data from GET /mirror_api/mirror |
Get same data from GET |
Mirror API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|