version

Description get modem version

http://localhost:5000/version

Example

curl --request GET --url http://localhost:5000/version

Response

{
  "version": "0.12.0-alpha"
}

Errors

This API uses the following error codes:

  • 404 Not Found: The requested resource was not found.
  • 503 Modem not running: Modem not running.