CompanyGroup
Get a company group
Fetches a single company group by its ID. Returns 404 if no group with that ID belongs to the authenticated company — a group owned by a different company is indistinguishable from one that does not exist.
Required permission: settings_permissions_company_relationship_groups.
get/public/v1/company-groups/{id}
Path parameters
idstring required
ID of the company group to fetch, as returned by the list and upsert endpoints.
Response
A single company group
Changes
No recorded changes to this endpoint across all 1 revision of this API.