Api Documentation

This message can be shared by members on social media (Social sharing)

Retrieves SocialSharing stats
Retrieves SocialSharing stats
Adds 1 to the view counter of a SocialConnect item
Json
XML
POST https://api.bundeling.com/V2/social_sharing

Parameters

Body

NameDescriptionTypeNillableRequired
item_typeThe type of item that was shared
Accepted values: news_item, event
stringfalsetrue
item_uuidThe unique identifier of the item that was sharedstringfalsetrue
original_appThe referring platform on which the item was sharedstringfalsefalse

Example request

Headers

Content-Type:application/json
Api-Key:RAegSX8yZfEbqSPM

Example response

{
    "uuid": "2e0cfc74d3bd4a378a459719de811314e1c",
    "item_type": "event",
    "item_uuid": "2e0cfc74d3bd4a378a459719de9ghase1c",
    "user_uuid": "5gh7j23XfrJuFeDp8TadkjtnToij4",
    "platform": "Google+",
    "original_app": "com.google.GooglePlug.ShareExtension",
    "creationdate": "2024-05-19T15:33:23+0200"
}