{
  "description": "Notifications push ",
  "endpoints": {
    "devices": {
      "get_device": "GET /api/devices/{device_id}",
      "register": "POST /api/devices/register",
      "update_token": "PUT /api/devices/{device_id}/token"
    },
    "system": {
      "health": "GET /health",
      "index": "GET /"
    }
  },
  "message": "Air To Go - Dev Push Notification Service",
  "version": "2.0.0"
}
