1. Home
  2. Docs
  3. REST API
  4. Accessing the API
  5. REST API XML

REST API XML

XML sent or received is sent using Unicode UTF-8 encoding.

All XML is wrapped within <feedblitz> API tags as follows:

<feedblitzapi version="1.0" >
.
. resource specific XML
.
</feedblitzapi>

The version number is required and MUST be 1.0.

API resources usually follow the following scheme:

/resource class/resourceidentifier/resource class/identifier

So this is a valid resource:

/syndications/57/subscribers/124

It represents subscriber number 124’s subscription to syndication (list) 57.  Using different API methods, it is possible to access, alter and delete this resource (provided you have the privileges to do so), as well as add new resources.