GET
/
feed
curl --request GET \
  --url https://api.ayrshare.com/api/feed \
  --header 'Authorization: Bearer <token>'
{
    "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.ayrshare.com",
                "title": "Ayrshare",
                "width": "32",
                "url": "https://www.ayrshare.com/wp-content/uploads/2020/07/cropped-ayr-icon-2FKLDFB-32x32.png"
            },
            "link": "https://www.ayrshare.com",
            "title": "Ayrshare",
            "type": "rss",
            "updated": "2022-05-16T23:20:17.124Z",
            "url": "https://www.ayrshare.com/feed/",
            "useFirstImage": true
        }
    ]
}
Available on Premium, Business, Enterprise plans.

Header Parameters

Authorization
string
required
API Key of the Primary Profile.

Format: Authorization: Bearer API_KEY
Profile-Key
string
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.ayrshare.com",
                "title": "Ayrshare",
                "width": "32",
                "url": "https://www.ayrshare.com/wp-content/uploads/2020/07/cropped-ayr-icon-2FKLDFB-32x32.png"
            },
            "link": "https://www.ayrshare.com",
            "title": "Ayrshare",
            "type": "rss",
            "updated": "2022-05-16T23:20:17.124Z",
            "url": "https://www.ayrshare.com/feed/",
            "useFirstImage": true
        }
    ]
}