Skip to content
Last updated

Tools and options for calling and testing the meshVI API.

Try it (Replay)

Use Redocly’s built-in Try it (Replay) console in the API Reference to send requests from your browser. Authenticate with your Bearer token and apiKey header (see Replay) to see responses in real time.

CLI and HTTP clients

  • curl – Use curl (or similar) with the examples in the Quickstart and API Reference. Include Authorization: Bearer YOUR_TOKEN, the apiKey header, and base URL https://uat-verified.meshvi.com.
  • Postman / Insomnia – Import the OpenAPI spec from the API Reference or from apis/meshvi.json to build and run requests.
  • CLI – For Redocly CLI usage (e.g. lint, bundle), see CLI.

SDKs and code samples

  • Use the request/response schemas in the API Reference to generate or write client code in your language.
  • For SDKs or official code samples, check meshvi.com or contact meshVI.

More information

  • CLI – Redocly CLI (lint, bundle, etc.).
  • SDKs – SDK and client generation notes.
  • Replay – Using the Try it console.