WebPowerUp.biz Api Documentation

Description

get social media info for the given site
Supported HTTP Methods: POST

Parameters

Name Type Required Default Value Description
apiAuthToken String Yes - Api auth token obtained via login
site_id int Yes - The site id

Sample Response

{
    "code": 1,
    "message": "Ok!",
    "data": {
        "SocialMedia": [
            {
                "s_id": "1",
                "site_id": "183",
                "user_id": "460",
                "share_options": "Share options ...",
                "follow_options": null,
                "show_option": null,
                "color": null,
                "fb_check": null,
                "twitter_check": null,
                "link_check": null,
                "gplus_check": null,
                "pintrest_check": null,
                "more_check": null,
                "fb_follow": null,
                "twitter_follow": null,
                "link_follow": null,
                "gplus_follow": null,
                "pintrest_follow": null,
                "vimeo_follow": null,
                "flickr_follow": null,
                "youtube_follow": null,
                "instagram_follow": null,
                "foursquare_follow": null,
                "rss_follow": null,
                "tumblr_follow": null
            }
        ]
    }
}