ACME API Documentation logo

Get RSS Feeds

Get all registered RSS feeds

GEThttps://api.acme.com/api/feed
Available on Premium, Business, Enterprise plans.

Header Parameters

Authorizationstringrequired
API Key of the Primary Profile.

Format: Authorization: Bearer API_KEY
Profile-Keystring
Profile Key of a User Profile.

Format: Profile-Key: PROFILE_KEY
{
    "status": "success",
    "feeds": [
        {
            "autoHashtag": false,
            "created": "2022-05-16T23:20:03.405Z",
            "description": "Social Media APIs that enable you to send social media posts effortlessly",
            "id": "_3yhtyd88",
            "image": {
                "height": "32",
                "link": "https://www.acme.com",
                "title": "ACME",
                "width": "32",
                "url": "https://www.acme.com/wp-content/uploads/2020/07/cropped-ayr-icon-2FKLDFB-32x32.png"
            },
            "link": "https://www.acme.com",
            "title": "ACME",
            "type": "rss",
            "updated": "2022-05-16T23:20:17.124Z",
            "url": "https://www.acme.com/feed/",
            "useFirstImage": true
        }
    ]
}