SEO Metadata | ||
---|---|---|
| ||
|
All resources in the Text Marketer REST API begin with either:
Panel |
---|
http://api.textmarketer.co.uk/services/rest/ |
or:
Panel |
---|
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.
Panel |
---|
https://api.textmarketer.co.uk/services/rest/deliveryReport/myreport |
Here, the resource ID, myreport, specifes the exact delivery report we wish to access.
Note |
---|
The REST API resource URL will never end in a slash ('/'). This would result in a 404 Not Found response. |