/
/IoT Creators SCS API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1mo ago · Updated 1mo ago
  • putRegister application URL
  • postCreate subscription
  • getGet my subscriptions
  • getGet subscription
  • deleteDelete subscription
  • getGet devices of subscription
  • postAdd devices to subscription
  • deleteDelete devices from subscription
  • getGet all devices
  • getGet device
  • deleteDelete device
  • getRead LWM2M resource
  • getGet device by IMEI
  • deleteDelete device by IMEI
  • getGet downlink queue
  • getGet registered application URL
  • postAdd device
  • putEmpty downlink queue
  • putEnable/Disable UDP ACKs
  • putWrite LWM2M resource
  • putSend downlink message
  • putSend base64 downlink message
  • putSend base64 eDRX downlink message
  • getList all file objects for an account
  • postAdd a new file
  • putUpload binary content of file

Get my subscriptions

get/m2m/mysubscriptions

Response

200

Example response

{
  "subscriptions": [
    {
      "subscriptionId": "267a6022-b959-406f-99b8-432929293d5c",
      "groupName": "MigrationTest001",
      "events": [
        "deregistration"
      ],
      "criteria": {
        "serialNumbers": [
          "867997031341190"
        ]
      }
    }
  ]
}

Changes