I wanna to try the new api to migrate our app. When I provision a number , it keeps send me response
{
"description": "no destination MSISDNs specified"
}
Any Idea ?
Here are the request from example
#!/bin/bash
#
curl -X POST \
https://tapi.telstra.com/v2/messages/provisioning/subscriptions \
-H 'Authorization: Bearer 1pUtSJeDqKP6riEkzwV3FlSKDxwu' \
-H 'Cache-Control: no-cache' \
-H 'Content-Type: application/json' \
-d '{
"activeDays":30,
"notifyURL":"https://xxx.com/sms/",
"callbackData": { }
}'
Hi it_2,
Ive just tested these calls from our docs using a public trial account (and all working), can you please try again with the following
Then using the returned access_token
The response back should be something like
Hi All,
Can you please try again, we identified an issue last night in one of the servers that should now be resolved.