Verizon · JSON Structure

Thingspace Connectivity Session Login Response Structure

Session login response with token

Type: object Properties: 2
WirelessTelecommunicationsIoT5GEnterpriseNetwork APIsFortune 100

SessionLoginResponse is a JSON Structure definition published by Verizon, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

sessionToken expiresIn

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/verizon/refs/heads/main/json-structure/thingspace-connectivity-session-login-response-structure.json",
  "description": "Session login response with token",
  "type": "object",
  "properties": {
    "sessionToken": {
      "type": "string",
      "description": "Session token for subsequent API calls",
      "example": "bcce3ea6-fe4f-4952-bacb-56e4639936a0"
    },
    "expiresIn": {
      "type": "int32",
      "description": "Token expiry in seconds",
      "example": 3600
    }
  },
  "name": "SessionLoginResponse"
}