Tells the ThingSpace Platform to start sending mobile-originated SMS messages through the EnhancedConnectivityService callback service. SMS messages from devices are queued until they are retrieved by your application, either by callback or synchronously with GET /sms/{accountName}/history.
thingspace_oauth VZ-M2M-Token In: header
M2M Session Token (How to generate an M2M session token?)
In: header
Account name.
application/json
application/json
curl -X PUT "https://example.com/m2m/v1/sms/0252012345-00001/startCallbacks"{ "success": true}{ "errorCode": "error code string", "errorMessage": "error message string"}