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/json
  • application/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/json
  • Accept: 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>