Skip to main content
Endpoints for social features.

Posts

EndpointMethodDescription
/api/postsGETList posts (feed)
/api/postsPOSTCreate post
/api/posts/{id}GETGet post
/api/posts/{id}/likePOSTLike post
/api/posts/{id}/likeDELETEUnlike post
/api/posts/{id}/sharePOSTShare post

Comments

EndpointMethodDescription
/api/posts/{id}/commentsGETGet comments
/api/posts/{id}/commentsPOSTAdd comment
/api/comments/{id}DELETEDelete comment
See child pages for detailed documentation.