Promotions REST Endpoints

Admin/Promotions
Endpoints related to the creation and manipulation of promotions.
createPromotion
Method: post
Path: /ccadmin/v1/promotions
deletePromotion
Method: delete
Path: /ccadmin/v1/promotions/{id}
getPromotion
Method: get
Path: /ccadmin/v1/promotions/{id}
listPromotions
Method: get
Path: /ccadmin/v1/promotions
updatePromotion
Method: put
Path: /ccadmin/v1/promotions/{id}