Skip to main content
GET
/
v1
/
pub
/
Customer
/
{id}
/
tiers
Returns the current Tier in which the customer is in. Returns null if no Tier is associated with the customer.
curl --request GET \
  --url https://api.bonifiq.com.br/v1/pub/Customer/{id}/tiers \
  --header 'X-BQ-ApiToken: <api-key>'
{
  "Name": "<string>",
  "Color": "<string>",
  "IconUrl": "<string>"
}

Authorizations

X-BQ-ApiToken
string
header
required

API Tokeen

Path Parameters

id
string
required

Id from the client`s store

Response

200 - application/json
Name
string
Color
string
IconUrl
string