Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Response

The response is a JSON object with the following attributes: 


addressThe phone number the message was delivered to
deliveryStatusThe status of the SMS (DeliveredToTerminal or Queued)


Sample Call

curl https://api.us.apiconnect.ibmcloud.com/tmforum-apidev/telustmfcatalog/telustmfapistatussms/status/90050000 \
   -H "Content-type: application/json" \
   -H "X-IBM-Client-Id: c466530c-8489-4353-8cac-6c0babe8ff40"

Sample Response

{
    "address": "6045550000",
    "deliveryStatus": "DeliveredToTerminal"
}

Error Messages

Client id is missingClient credentials are missing (HTTP header X-IBM-Client-Id is missing)
Client id not registeredClient credentials are invalid (invalid value for HTTP header X-IBM-Client-Id)
Missing correlator IDCorrelator parameter is missing
Invalid correlatorCorrelator ID is invalid or was not sent by your application
 
 

The APIs provided for the TM Forum Open Hack are a subset of the programmable services available at TELUS. To learn more about the full set of APIs provided by TELUS, visit the TELUS Network APIs site.


Image Added