13 endpoints

# Social & Events

Company social feed, posts, reactions, comments, and social events.

GET`/social/feed`Get Social FeedGet the company social feed: posts, announcements, kudos and events.

POST`/social/posts`Create PostCreate a new social post (announcement, kudos, general).

DELETE`/social/posts/{uuid}`Delete PostDelete a social post.

POST`/social/posts/{uuid}/react`React to PostAdd or remove a reaction emoji on a post.

POST`/social/posts/{uuid}/pin`Pin / Unpin PostToggle the pinned state of a post.

GET`/social/posts/{uuid}/comments`Get Post CommentsGet comments on a post.

POST`/social/posts/{uuid}/comments`Comment on PostAdd a comment to a post.

DELETE`/social/comments/{uuid}`Delete CommentDelete a comment.

GET`/social/events`List Social EventsGet company social events.

POST`/social/events`Create Social EventCreate a company social event.

PUT`/social/events/{uuid}`Update Social EventUpdate a social event.

DELETE`/social/events/{uuid}`Delete Social EventDelete a social event.

POST`/social/events/{uuid}/rsvp`RSVP to EventSubmit an RSVP response for an event.

---

**URL:** https://cube-hr.co.uk/docs/social
