Skip to main content
GET
/
v1
/
pub
/
Tiers
/
{tierId}
/
benefits
Retrieves all benefits associated with a specific tier.
curl --request GET \
  --url https://api.bonifiq.com.br/v1/pub/Tiers/{tierId}/benefits \
  --header 'X-BQ-ApiToken: <api-key>'
[
  {
    "Type": 0,
    "TierId": 123,
    "Title": "<string>",
    "Details": "<unknown>"
  }
]

Authorizations

X-BQ-ApiToken
string
header
required

API Tokeen

Path Parameters

tierId
integer<int32>
required

The unique identifier of the tier.

Response

200 - application/json

Returns the list of benefits for the tier.

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