beel_get_customer
Fetches complete customer details for a company using company and customer IDs, enabling verification and management of customer records.
Instructions
Retrieves the complete details of a customer of this company.
Endpoint: GET /v1/companies/{company_id}/customers/{customer_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier (UUID) of the company the operation acts on — its identifier, not its NIF. It is the only source of context: the account that owns it is derived from it, and the `BeeL-Active-Company` header plays no part. A company you do not reach answers `403`, and so does a company that does not exist, so the existence of a company in another account is never disclosed. | |
| customer_id | Yes | Customer ID |