Companies
Get a company
Retrieve detailed information about a specific company. The endpoint returns a 404 Not Found response if the company does not exist.
GET
This endpoint retrieves a single company’s information from the system. You can use the expand
query parameter to include related objects such as memberships and users in the response.
Path parameters
The unique identifier of the company to retrieve. This should match the ID format used in your system (e.g., comp_123456789
).
Response
Returns the company object with its current state, including:
- Company metadata and attributes
- Creation timestamp
- Related memberships and users (if expanded)