Get User by ReferenceAsk AIget https://kandu-merchants-dev.kanduwallet.mx/api/customers/{reference}Retrieves customer information by his unique reference identifier. Returns comprehensive customer data including profile information and associated channel configurations.Path ParamsreferencestringrequiredThe unique customer reference identifier (alphanumeric with special characters: @#$.-_)HeadersX-Api-KeystringrequiredApi Key provided to you in the onboarding processX-TimestampstringrequiredTimestamp for the request in epochX-NoncestringrequiredUnique Identifier for the RequestX-SignaturestringrequiredHMAC-256 signature for the messageResponses 200Customer successfully found. Returns the customer data with channel information. 400Bad request. Invalid customer reference format or validation errors. 401Unauthorized. Authentication credentials are missing or invalid. 406Not Acceptable 409Conflict. There was a conflict processing the customer data request. 500Internal server error. An unexpected error occurred while retrieving customer data.Updated 3 days ago