Skip to content

Get the trackable URL for a post in the feed

Request

Get the trackable URL for a feed post for a scoped user. The post must be visible to the user or a 400 bas request will be returned.

Path
content_idintegerrequired

ID of the post. The post must be visible to the user.

curl -i -X GET \
  'https://partner.socialchorus.com/v2/feed/posts/{content_id}/share/trackable_url'

Responses

Feed Post trackable URL

Bodyapplication/json
dataobject
Response
{ "data": { "trackable_url": "https://bit.ly/abcdefg", "uniquified_original_url": "https://onfirstup.com/acme/acmetimes/articles/myarticle?bypass_deeplink=true" } }