Verizon · JSON Structure

Thingspace Connectivity Session Login Request Structure

Session login credentials

Type: object Properties: 2 Required: 2
WirelessTelecommunicationsIoT5GEnterpriseNetwork APIsFortune 100

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

Properties

username password

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-request-structure.json",
  "description": "Session login credentials",
  "type": "object",
  "properties": {
    "username": {
      "type": "string",
      "description": "ThingSpace account username",
      "example": "user@example.com"
    },
    "password": {
      "type": "string",
      "description": "ThingSpace account password"
    }
  },
  "required": [
    "username",
    "password"
  ],
  "name": "SessionLoginRequest"
}