Supported Feed ID Response Formats
Users can receive the feed ID (feedId) and the feed ID status responses in both XML and JSON.
The API header <Accept> lets users define the format they want to receive the response. There are two possible values for this header:
application/jsonapplication/xml
If a user does not indicate the response format, they will receive the response in JSON by default.
JSON Request
Use the following headers to define the format of the feed status requests:
Accept: application/jsonAccept: application/xml
XML Request
Use the following headers to define the format of the feed status requests:
<Accept>application/json</Accept><Accept>application/xml</Accept>
Updated 10 months ago
