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
string
required
Percent-encoded public permalink matching the stored platform post URL
Response
Same fields as Get Post.Error Codes
Unauthorized
Missing or invalid API token
Forbidden
Token does not have the
posts abilityNot Found
No post with this URL in any accessible workspace