get
https://api.duodeal.app/api/customer-companies/
Retrieves a single customer company by its ID.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | Customer company unique identifier |
Response Fields
| Field | Type | Description |
|---|---|---|
id | integer | Customer company unique identifier |
name | string | Company legal name |
siret | string | SIRET number (French business ID) |
vatNumber | string | VAT identification number |
tradeName | string | Commercial/trade name |
address | object | Company address (see Address object below) |
archived | boolean | Whether the customer company is archived |
isDeletable | boolean | Whether the company can be deleted (no linked customers) |
customFields | object | Custom field values |
createdAt | datetime | Creation timestamp |
updatedAt | datetime | Last update timestamp |
Address Object
| Field | Type | Description |
|---|---|---|
country | string | Country code (e.g., FR, US) |
address | string | Street address |
state | string | State/region |
postCode | string | Postal code |
city | string | City name |
Response
200 OK: Returns the customer company details401 Unauthorized: Invalid or missing API key404 Not Found: Customer company not found
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200Successful response
401Unauthorized
