cURL
curl --request GET \ --url https://api.bonifiq.com.br/v1/pvt/Tiers/{tierId}/benefits \ --header 'Authorization: Basic <encoded-value>'
[ { "Type": 0, "TierId": 123, "Title": "<string>", "Details": "<unknown>" } ]
Use API Basic Auth Keys
0 = Cashback 1 = Reward 2 = Points 3 = Text
0
1
2
3
Was this page helpful?