# Get the trackable URL for a post in the feed 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. Endpoint: GET /v2/feed/posts/{content_id}/share/trackable_url Version: v2 ## Path parameters: - `content_id` (integer, required) ID of the post. The post must be visible to the user. ## Response 200 fields (application/json): - `data` (object) - `data.trackable_url` (string) The shortened trackable URL for the post Example: "https://bit.ly/abcdefg" - `data.uniquified_original_url` (string) The non-shortened trackable URL for the post Example: "https://onfirstup.com/acme/acmetimes/articles/myarticle?bypass_deeplink=true"