Planable Posts API
The Posts API from Planable — 18 operation(s). The core content surface — list, create, read, update and delete posts, create synced cross-platform group posts, manage comments and reactions, request approval, create and revoke public share links, reorder the grid, and pull post metrics.
GET
/posts
List posts
POST
/posts
Create a new post
GET
/posts/{id}
Get post detail
DELETE
/posts/{id}
Delete a post
PATCH
/posts/{id}
Update a post
GET
/posts/{id}/metrics
Get post metrics
POST
/posts/{id}/sync
Trigger post metrics sync
GET
/posts/{id}/sync-status
Get post metrics sync status
POST
/posts/{id}/share
Create a public share link
DELETE
/posts/{id}/share
Revoke the public share link
PATCH
/posts/reorder
Reorder posts in the grid
POST
/posts/{id}/request-approval
Send a post for approval
GET
/posts/count
Get total posts count
GET
/posts/{id}/comments
List comments on a post
POST
/posts/{id}/comments
Add a comment to a post
PATCH
/posts/{id}/comments/{commentId}
Update a comment on a post
DELETE
/posts/{id}/comments/{commentId}
Delete a comment from a post
POST
/posts/{id}/comments/{commentId}/reactions
Toggle a reaction on a comment