When you create a post via the website or via API you can specify a canonical URL.
As part of the
CreateStoryInput
object there is a
isRepublished
property with an
originalArticleURL
field you can specify.
However, if you are reading posts from the API the only mention of
isRepublished
is on the
PostDetailed
object but it is a
Boolean
. The doesn’t seem to be anywhere on the API when doing a GET that gives the canonical URL of an article.
Is this something that could be added please?