get
https://api.duodeal.app/api/customers/
Retrieves a single customer by its ID.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | Customer unique identifier |
Response Fields
| Field | Type | Description |
|---|---|---|
id | integer | Customer unique identifier |
number | string | Auto-generated customer reference number |
firstName | string | Customer first name |
lastName | string | Customer last name |
fullName | string | Computed full name (firstName + lastName) |
email | string | Customer email address |
phone | string | Primary phone number |
civility | string | Civility/title (Mr, Mrs, etc.) |
jobTitle | string | Job title/position |
customerCompany | object | Linked customer company (B2B) |
billingAddress | object | Billing address (see Address object below) |
deliveryAddress | object | Delivery address if different |
differentDeliveryAddress | boolean | Whether delivery address differs from billing |
customFields | object | Custom field values |
archived | boolean | Whether the customer is archived |
isDeletable | boolean | Whether the customer can be deleted (no linked deals) |
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 |
postCode | string | Postal code |
city | string | City name |
Response
200 OK: Returns the customer details401 Unauthorized: Invalid or missing API key404 Not Found: Customer not found
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200Successful response
401Unauthorized
