Base URL https://api.cube-hr.co.uk/api/v1
13 endpoints
Company social feed, posts, reactions, comments, and social events.
/social/feed
Get the company social feed: posts, announcements, kudos and events.
/social/posts
Create a new social post (announcement, kudos, general).
/social/posts/{uuid}
Delete a social post.
/social/posts/{uuid}/react
Add or remove a reaction emoji on a post.
/social/posts/{uuid}/pin
Toggle the pinned state of a post.
/social/posts/{uuid}/comments
Get comments on a post.
Add a comment to a post.
/social/comments/{uuid}
Delete a comment.
/social/events
Get company social events.
Create a company social event.
/social/events/{uuid}
Update a social event.
Delete a social event.
/social/events/{uuid}/rsvp
Submit an RSVP response for an event.