Versions Compared

Key

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

...

  • 6045550000
  • 6045550001
  • 6045550002
  • 6045550003
  • 6045550004
  • 41655500006045550005
  • 41655500016045550006
  • 41655500026045550007
  • 41655500036045550008
  • 41655500046045550009

Response

The response is a JSON object with the following attributes: 

 

addressThe device phone number
timestampLast location timestamp
latitudeDevice network location latitude
longitudeDevice network location longitude
altitudeDevice network location altitude / elevation
accuracyDevice network location accuracy (in meters)

 

...

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

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
 
 

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.

 

...