Skip to main content

External HTTP APIs

VWire publishes two HTTP integration styles for external systems.

API styleAuthenticationBest for
Simple APIDevice token in the URL query stringDevice firmware, quick scripts, lightweight tooling
RESTful APIX-API-Key headerBackend services, automation workers, production integrations
Plan requirement

External API access requires a Pro plan or higher. The Free plan does not include API access.

Choose the right API

Use the Simple API when you need the smallest possible request shape and your environment makes custom headers difficult.

Use the RESTful API when you are building a server-side or production integration and want header-based authentication, structured responses, and resource-oriented routes.

References

Shared notes

  • Both HTTP API styles are rate-limited by plan.
  • All timestamps are returned in ISO 8601 UTC format.
  • Pin values are transported as strings.
  • Dashboard-internal application APIs are not part of this public documentation set.