Initiates a Connectivity Management session and returns a VZ-M2M session token that is required in subsequent API requests.
thingspace_oauth In: header
application/json
Request to initiate a session.
TypeScript Definitions
Use the request body type in TypeScript.
Request to initiate a Connectivity Management session and returns a VZ-M2M session token that is required in subsequent API requests.
application/json
application/json
curl -X POST "https://example.com/m2m/v1/session/login" \ -H "Content-Type: application/json" \ -d '{ "username": "zbeeblebrox", "password": "IMgr8" }'{ "sessionToken": "bcce3ea6-fe4f-4952-bacf-eadd80718e83"}{ "errorCode": "error code string", "errorMessage": "error message string"}The username for authentication.
The password for authentication.