# Register Loyalty Partner **POST /loyalty/registration** ## Servers - Staging Environment: https://api.staging.deliverect.com (Staging Environment) ## Authentication methods - Bearer auth ## Parameters ### Headers - **Content-Type** (string) application/json - **Accept** (string) application/json - **User-Agent** (string) Deliverect/{version} - **X-Server-Authorization-HMAC-SHA256** (string) {signature} ### Body: application/json (object) - **apiKey** (string) A unique identifier, typically a string of characters, used to authenticate and authorize a user, application, or project when interacting with an API. - **loyaltyProfileId** (string) The Id of the profile where the response configuration was stored - **accountId** (string) The Deliverect's account id of the customer. ## Responses ### 200 200 #### Body: application/json (object) - **customerURL** (string) - **loyaltyProgramsURL** (string) - **orderURL** (string) - **tiersURL** (string) ### 400 400 [Powered by Bump.sh](https://bump.sh)