Posts > Group
Creates a Group
Creates a Group
post/api/2026-07-01/resources/posts/groups
Request body
Example request
{
"title": "Company announcements",
"description": "The place to find all company announcements.",
"company_id": "1"
}Response
CREATED
Example response
{
"id": "1",
"title": "Company announcements",
"description": "The place to find all company announcements."
}Changes
No recorded changes to this endpoint across all 1 revision of this API.