Replay is Redocly’s built-in Try it console. Use it to send requests to the meshVI API directly from your browser.
- Open the API Reference.
- Choose an endpoint (e.g. Verify COI for clients).
- Click Try it.
- Open Authorize (or the security section) and enter your Bearer token and API key (
apiKeyheader). - Choose the server (staging, or mock if your host adds one) from the dropdown if more than one is listed.
- Fill in parameters (e.g.
dotoridfor/v1/coverages/clients). - Click Execute and view the response.
All meshVI API endpoints require both a Bearer token and an API key. In Replay, set:
- Bearer: your meshVI access token
- ApiKeyAuth / apiKey: your meshVI API key
Obtain credentials through meshVI or your administrator. Do not share or commit them.
The OpenAPI spec lists Staging (UAT) at https://uat-verified.meshvi.com. Your docs host may also show a mock server for Try it. Pick the server you need before executing.
Replay sends requests from the browser; this project enables Redocly’s CORS proxy (cors.redoc.ly) in redocly.yaml so Try it can reach cross-origin API hosts. If your environment requires a different proxy or direct CORS on the API, adjust configuration with your team.