REST API — Companies
Ce contenu n’est pas encore disponible dans votre langue.
| Method | Path | What it does |
|---|---|---|
GET |
/api/companies |
Companies the caller reaches through their workspaces (operators: all). |
POST |
/api/companies |
Create a new company in the caller’s own org. |
DELETE |
/api/companies/{company_id} |
Delete a company by ID — the caller’s own companies only. |
GET |
/api/companies/{company_id} |
Get company details by ID — the caller’s own companies only. |
PATCH |
/api/companies/{company_id} |
Update a company by ID — the caller’s own companies only. |