The CURL command I used was:
curl -X POST https://tapi.telstra.com/v2/messages/provisioning/subscriptions -H 'authorization: Bearer redacted' -H 'cache-control: no-cache' -H 'content-type: application/json' -d '{
"activeDays":365,
"notifyURL":"http://example.com/callback",
"callbackData":{
"anything":"some data"
}
}'
And the response I got back was:
{
"description": "no destination MSISDNs specified"
}
Any ideas? This is using the free trial API app that came with my dev account. Also tried using an app that I created in there, and that has the same error
Ive raised this with the team who are investigating
Can you both please try again, the issue should be resolved
Hi Devs!
If you are ever trying to create a new subscription on your Messaging app, and are receiving the following error: "no destination MSISDNs specified", please notify the TelstraDev team at telstradev@team.telstra.com and we'll get it resolved immediately.
We are working on a long-term permanent resolution, and hope that you don't get stuck with this one again too often before then!
Thanks for your patience,
Michelle from TelstraDev