VTX API is a set of programming code that enables data transmission between one software product and another!
To get started using VTX's API platform, you'll need a valid API key. All authenticated API requests should have a header value X-Api-Key set with this key.
If you're a Vertilux's customer and don't have an API key, please contact it support.
- 200: OK
- 401: Unathorize
- 404: API Key not found
Insomnia Documenter offers a CLI tool to make it super easy to set up a documentation page.
- Node.js (8.x or higher is recommended)
- An exported Insomnia workspace JSON (v4)
npx insomnia-documenter --config /path/to/insomnia/config.json
To preview the page locally:
npx server
The page will be available at http://localhost:5000.