<JWT_TOKEN>| Propriedade | Tipo | Obrigatório | Descrição | Valor (exemplo) |
|---|---|---|---|---|
:id | UUID | Sim | Identificador único (ID) de um cliente vendedor existente | 123e4567-e89b-12d3-a456-426655440000 |
curl --location --request GET 'https://xpend-backend.onrender.com/api/v1/customers/caea9d4a-9047-433d-a2f8-877b29b5e8c8' \
--header 'Authorization: Bearer <token>'{
"id": "caea9d4a-9047-433d-a2f8-877b29b5e8c8",
"sellerId": "e9832f40-2680-4753-9f61-a8b0323c12bf",
"name": "John Doe",
"email": "johndoe.seller@domain.com",
"phone": null,
"documentType": "CPF",
"documentNumber": "23259190058",
"createdAt": "2025-11-13T14:50:57.810Z",
"updatedAt": "2025-11-13T14:50:57.810Z"
}