<- Loyalty API

Loyalty API

Retrieve loyalty promotion

GET

 /v2/loyalty/programs/{program_id}/promotions/{promotion_id}

Retrieves a loyalty promotion.

Permissions:LOYALTY_READ
Try in API Explorer
Link to section

Path parameters

Example code

Link to section

promotion_id

string

Required

The ID of the loyalty promotion to retrieve.

Link to section

program_id

string

Required

The ID of the base loyalty program. To get the program ID, call RetrieveLoyaltyProgram using the main keyword.

Link to section

Response fields

Link to section

errors

Any errors that occurred during the request.

Link to section

loyalty_promotion

The retrieved loyalty promotion.