Gemalto is now part of the Thales Group, find out more.

You are here

Missing or invalid parameter(s). No delivery channel found based on key 'https'. | Thales IoT Developer Community

March 23, 2016 - 1:29pm, 5447 views

Hi, 

What is the cause behind this message when I'm trying to create a HTTPS Notification? 

https://partner.api.sensorlogic.com/v5.0/notificationSubscription/create...

 https://partner.api.sensorlogic.com/v5.0/notificationSubscription/create...

I was monitoring the given address and Sensorlogic server didn't even riched out for this address. The address by default returns 404 but it can not be the cause now. I tried many other addresses too.

I followed the documentation sample and I can not see anything wrong with the URL. 

https://api.sensorlogic.com/v5.0/notificationSubscription/create.json?to...

I got this response:

{
  "apiVersion": "5.0",
  "header": {
    "status": "ERROR",
    "messages": [
      {
        "code": "102",
        "string": "Missing or invalid parameter(s). No delivery channel found based on key 'https'."
      }
    ]
  },
  "body": {}
}

What's missing or which check is failing?