Skip to main content
GET
/
v1
/
pvt
/
Tiers
/
{tierId}
/
benefits
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>"
  }
]

Authorizations

Authorization
string
header
required

Use API Basic Auth Keys

Path Parameters

tierId
integer<int32>
required

Response

200 - application/json
Type
enum<integer>

0 = Cashback 1 = Reward 2 = Points 3 = Text

Available options:
0,
1,
2,
3
TierId
integer<int32>
Title
string | null
Details
any