Skip to content
Last updated

Replay is Redocly’s built-in Try it console. Use it to send requests to the meshVI API directly from your browser.

How to use

  1. Open the API Reference.
  2. Choose an endpoint (e.g. Verify COI for clients).
  3. Click Try it.
  4. Open Authorize (or the security section) and enter your Bearer token and API key (apiKey header).
  5. Choose the server (staging, or mock if your host adds one) from the dropdown if more than one is listed.
  6. Fill in parameters (e.g. dot or id for /v1/coverages/clients).
  7. Click Execute and view the response.

Authentication

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.

Base URL

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.