I have created my SMS application, but am having trouble creating the notification channel. Here is what I am posting (per your API documentation this looks correct to me) What am I doing wrong?
POST https://api.aerframe.aeris.com/notificationchannel/v2/18***/channels?apiKey=54997092-ebb5-************* HTTP/1.1
Host: api.aerframe.aeris.com
Content-Length: 87
Content-Type: application/json
User-Agent: Fiddler
{
"channelType":"MTCommunication",
"resourceURL":"https://api.aerframe.aeris.com/registration/v2/18***/applications/000dea6f-777f-7910-61e7-f6631********
}
POST https://api.aerframe.aeris.com/notificationchannel/v2/18***/channels?apiKey=54997092-ebb5-************* HTTP/1.1
Host: api.aerframe.aeris.com
Content-Length: 87
Content-Type: application/json
User-Agent: Fiddler
{
"channelType":"MTCommunication",
"resourceURL":"https://api.aerframe.aeris.com/registration/v2/18***/applications/000dea6f-777f-7910-61e7-f6631********
}