# Create Loyalty Customer **POST /loyalty/{channelLinkId}/customer** ## Servers - https://api.staging.deliverect.com: https://api.staging.deliverect.com () ## Authentication methods - Sec0 ## Parameters ### Path parameters - **channelLinkId** (string) ### Body: application/json (object) - **email** (string) email of the end customer - **phoneNumber** (string) phone number of the end customer in E164 format - **firstName** (string) first name of the end customer - **lastName** (string) last name of the end customer - **dateOfBirth** (string) date of birth of the end customer in ISO format ## Responses ### 200 200 #### Body: application/json (object) - **firstName** (string) - **lastName** (string) - **email** (string) - **phoneNumber** (string) - **dateOfBirth** (string) - **lifetimePointsBalance** (integer) - **providerId** (string) ### 400 400 #### Body: application/json (object) - **error** (string) - **http_code** (integer) - **description** (string) [Powered by Bump.sh](https://bump.sh)