Skip to main content
GET
posts
/
by-platform-post-id
/
{platform_post_id}
curl -X GET "https://postsyncer.com/api/v1/posts/by-platform-post-id/1234567890?include_comments=false" \
  -H "Authorization: Bearer YOUR_API_TOKEN"
{
  "401": {},
  "403": {},
  "404": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.postsyncer.com/llms.txt

Use this file to discover all available pages before exploring further.

Get Post by platform post id

Returns the same payload as Get Post, but resolves the post via platform_posts.platform_post_id (for example a tweet/status id), scoped to workspaces your token can access. If the raw id contains characters that are special in URLs, percent-encode that single path segment.

Request

platform_post_id
string
required
Platform-native post identifier saved after publishing
include_comments
boolean
default:"false"
Same as Get Post
curl -X GET "https://postsyncer.com/api/v1/posts/by-platform-post-id/1234567890?include_comments=false" \
  -H "Authorization: Bearer YOUR_API_TOKEN"

Response

Same fields as Get Post.

Error Codes

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