get
https://api.duodeal.app/api/companies/
Retrieves a single company by its ID.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | Company unique identifier |
Response Fields
| Field | Type | Description |
|---|---|---|
id | integer | Company unique identifier |
name | string | Company name |
logo | string | Company logo URL |
cover | string | Company cover image URL |
country | string | Country code |
siren | string | SIREN number (French business ID) |
address | string | Street address |
address2 | string | Additional address line |
postCode | string | Postal code |
city | string | City name |
companySize | string | Company size: 1, 2-10, 11-50, 51-200, 201-500, 500+ |
currency | string | Currency code (e.g., EUR, USD) |
currencyFormat | object | Currency formatting settings |
archive | boolean | Whether the company is archived |
showUnboarding | boolean | Show onboarding flag |
dealSettings | object | Deal-specific settings |
numberingSetting | object | Numbering configuration for deals/quotations |
createdAt | datetime | Creation timestamp |
updatedAt | datetime | Last update timestamp |
Response
200 OK: Returns the company details401 Unauthorized: Invalid or missing API key404 Not Found: Company not found
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200Successful response
401Unauthorized
