Posts
Get Post by URL
Retrieve a post by its public platform permalink (stored as post_url)
GET
Get Post by URL
Returns the same payload as Get Post, but looks up the record by the exactpost_url saved on a published platform row (platform_posts.post_url), scoped to workspaces your token can access.
Use this when you have a share link (for example https://x.com/user/status/123) instead of the internal PostSyncer post id.
Path encoding
The URL must be passed as one path segment. Percent-encode it (RFC 3986), so slashes and colons become%2F, %3A, etc.
Request
Percent-encoded public permalink matching the stored platform post URL
Same as Get Post: include comments and CRM contact info when true
Response
Same fields as Get Post.Error Codes
Missing or invalid API token
Token does not have the
posts abilityNo post with this URL in any accessible workspace