Introduction to the Connectivity Management API
The ThingSpace Connectivity Management API lets application developers manage the connectivity of M2M devices deployed on the Verizon Wireless network. You can use the API to integrate service provisioning and monitoring tasks with enterprise back-office systems. Some of the supported tasks include: - [Activate](/docs/standard-apis/connectivity-management/api-endpoints/device-management/activate-service-for-devices/activateservicefordevices), [suspend](/docs/standard-apis/connectivity-management/api-endpoints/device-management/suspend-service-for-devices/suspendservicefordevices), [restore](/docs/standard-apis/connectivity-management/api-endpoints/device-management/restore-service-for-suspended-devices/restoreserviceforsuspendeddevices), or [deactivate](/docs/standard-apis/connectivity-management/api-endpoints/device-management/deactivate-service-for-devices/deactivateservicefordevices) service for a device. - Swap out devices and SIM cards, and then [change device identifiers](/docs/standard-apis/connectivity-management/api-endpoints/device-management/update-device-id/updatedeviceid) to reflect the change. - Obtain information about fielded M2M devices, such as a list of devices, [usage history](/docs/standard-apis/connectivity-management/api-endpoints/device-management/list-devices-usage-history/listdevicesusagehistory), [connection history](/docs/standard-apis/connectivity-management/api-endpoints/device-management/retrieve-device-connection-history/retrievedeviceconnectionhistory), and more. - [Send SMS messages to devices](/docs/standard-apis/connectivity-management/api-endpoints/sms/send-sms-to-device/sendsmstodevice) and [receive SMS messages from devices](/docs/standard-apis/connectivity-management/api-endpoints/sms/list-devices-sms-messages/listdevicessmsmessages), and more. For a description of all Connectivity Management API requests and responses, see the API Reference pages. When operating 4G devices (e.g., devices with CAT M1 or NB LTE RF communication modules) that conserve power by using sleep modes, you must ensure with the device OEM (e.g., OEM-provided tools that can configure device sleep mode settings) that the sleep mode settings are set to the desired values. Please see the [About Device Reachability](/docs/standard-apis/connectivity-management/guides/working-with-verizon-wireless/about-device-reachability) section under the “Working with Verizon Wireless” menu. Please contact your Verizon account representative for more assistance with such devices. Device Reachability APIs provide the ability for enterprise applications to be notified when devices become reachable (or unreachable) for data communications (i.e., when they wake up from sleep states or fall back to sleep.) Please see the API Reference for Device Reachability APIs for more details. ### To Get Started You can follow these general steps to get started with the Connectivity Management API: 1. Read the documentation to understand what capabilities are available in the API. 2. [Register on the ThingSpace Develop site](https://thingspace.verizon.com/profile/sign-up.html) to get access to the API and our simulator. 3. Use the simulator token to try the API requests in the [API Console](page:thingspace-connectivity-management/try-connectivity-management-api), and to start coding your own application. 4. [Sign up for Connectivity Management login credentials](/docs/session-management/guides/getting-credentials). 5. When you receive your login credentials, use a real API token and Connectivity Management credentials to manage real devices through your application. ### To Get Started with ThingSpace APIs Our security policies require that you have different sets of credentials to access different parts of the ThingSpace Platform and APIs. If you haven't already obtained the access tokens you can **_[click here](/docs/guided-walkthroughs/gettokens)_** to follow the guide on How to Obtain Tokens _To learn all the details about credentials and tokens you can_ **_[click here](/docs/quick-start/5g-edge-developer-creds-token)_** _to view the Credentials and Tokens section_