Platforms
Solutions
Get Started
IoT Devices
POST /session/logout
Ends a Connectivity Management session.
NOTE: The ThingSpace Platform will continue to send callback responses after a session has been logged out.
See also: Start a Connectivity Management Session
POST https://thingspace.verizon.com/api/m2m/v1/session/logout
None.
The request header must contain the token of the session that you want to end.
Status 200
{ "sessionToken": "bcce3ea6-fe4f-4952-bacf-eadd80718e83" }
Status 400
All error messages are returned in this format:
{ "errorCode": "error code string", "errorMessage": "error message string" }
Error codes and messages are listed on the Error Messages page, along with explanations and suggestions for corrective actions.
Try It Out!