post https://api.brevo.com/v3/loyalty/tier/programs//tier-groups
Creates a new tier group in a loyalty program. (The changes will take effect with the next publication of the loyalty program)
Log in to see full request history
Responses
Creates a new tier group in a loyalty program. (The changes will take effect with the next publication of the loyalty program)
xxxxxxxxxx
10curl --request POST \
--url https://api.brevo.com/v3/loyalty/tier/programs/pid/tier-groups \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"upgradeStrategy": "real_time",
"downgradeStrategy": "real_time"
}
'
Try It!
to start a request and see the response here! Or choose an example: