Skip to main content
GET

Get Post by URL

Returns the same payload as Get Post, but looks up the record by the exact post_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
boolean
default:"false"
Same as Get Post: include comments and CRM contact info when true

Response

Same fields as Get Post.

Error Codes

Unauthorized
Missing or invalid API token
Forbidden
Token does not have the posts ability
Not Found
No post with this URL in any accessible workspace