# Get Loyalty Programs **POST /loyalty/{channelLinkId}/programs/retrieve** ## Servers - https://api.staging.deliverect.com: https://api.staging.deliverect.com () ## Authentication methods - Sec0 ## Parameters ### Path parameters - **channelLinkId** (string) ### Body: application/json (object) - **order** (object) For the full order schema, please refer to [Glossary - Channel Orders](https://developers.deliverect.com/page/glossary-channel-orders) ## Responses ### 200 200 #### Body: application/json (array[object]) - **programId** (string) - **title** (string) - **description** (string) - **cost** (integer) - **type** (string) - **discount** (integer) - **applicable** (boolean) - **expiresAt** (string) ### 400 400 #### Body: application/json (object) - **error** (string) - **http_code** (integer) - **description** (string) [Powered by Bump.sh](https://bump.sh)