Skip to end of metadata
Go to start of metadata

 

All resources in the Text Marketer REST API begin with either:

http://api.textmarketer.co.uk/services/rest/

 

 

or:

https://api.textmarketer.co.uk/services/rest/

 

 

We recommend that you use SSL (the latter option) to access the API if possible.


All resource names start with a lowercase letter, e.g. 'credits'. Resource names composed of two words are always in camelCase, e.g. 'deliveryReport'.

Resource names will sometimes be followed by a resource ID, e.g.

https://api.textmarketer.co.uk/services/rest/deliveryReport/myreport

 

Here, the resource ID, myreport, specifes the exact delivery report we wish to access.

The REST API resource URL will never end in a slash ('/'). This would result in a 404 Not Found response.