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 number the message was delivered to
deliveryStatusThe status of the SMS (DeliveredToTerminal or Queued)

 

Sample Call

https://api.us.apiconnect.ibmcloud.com/tmforum-apidev/telustmfcatalog/telustmfapistatussms/status/90050000

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
 
 

 

 

 

...