# Retrieve a company Retrieves a single company. Endpoint: GET /v3/companies/{id} Version: 2026-01-08 Security: ZephrHmacHttp ## Path parameters: - `id` (string, required) Unique Company identifier ## Response 200 fields (application/json): - `name` (string) Example: "Company name" - `description` (string) Example: "Company description" - `website` (string) Example: "company.com" - `contact` (string) Example: "Company contact" - `account_manager` (string) Example: "Company account manager"