REST API
Get Post
Retrieve a single post by ID with full platform details
GET
https://api.adaptlypost.com/api/v1/social-posts/:idReturns the full details of a specific post, including per-platform status, published URLs, and error messages if any platform failed.
API Key (Bearer token)
Platform Status
Each platform in the platforms array has its own status. A post's top-level status reflects the aggregate — it will be COMPLETED if at least one platform succeeded, PARTIAL_FAILURE if some platforms failed, and FAILED only if all platforms failed.