# Get Loyalty Customer **GET /loyalty/{channelLinkId}/customer** ## Servers - https://api.staging.deliverect.com: https://api.staging.deliverect.com () ## Authentication methods - Sec0 ## Parameters ### Path parameters - **channelLinkId** (string) ### Query parameters - **email** (string) email of the end customer - **phoneNumber** (string) phone number of the end customer in E164 format - **providerId** (string) The customer's unique identifier within the loyalty provider's system, QR codes can also be passed via this parameter where supported on the Loyalty platform ## Responses ### 200 200 #### Body: application/json (object) - **firstName** (string) - **lastName** (string) - **email** (string) - **phoneNumber** (string) - **dateOfBirth** (string) - **lifetimePointsBalance** (integer) - **status** (string) - **providerId** (string) ### 400 400 #### Body: application/json (object) - **error** (string) - **http_code** (integer) - **description** (string) ### 404 404 #### Body: application/json (object) - **error** (string) - **http_code** (integer) - **description** (string) [Powered by Bump.sh](https://bump.sh)