get https://api4.optimove.net/Actions/GetPromoCodesByTargetGroup
Returns all recipient group IDs, action IDs and promo codes associated with a given target group on a particular date.
Rate Limit
This endpoint is subject to the general API rate limit of 50 requests per 10 seconds. Learn more about handling rate limits.
Sample Request
Sample Response
[
{"RecipientGroupID":1,"ActionID":24,"PromoCode":"HEP-FEB"},
{"RecipientGroupID":2,"ActionID":25,"PromoCode":"HEP-FCC"},
{"RecipientGroupID":1,"ActionID":65,"PromoCode":"GDG-FAL"},
{"RecipientGroupID":1,"ActionID":65,"PromoCode":"GDG-FAL","HEP-FCC"}
]