Skip to main content
GET
/
v1
/
pvt
/
Tiers
cURL
curl --request GET \
  --url https://api.bonifiq.com.br/v1/pvt/Tiers \
  --header 'Authorization: Basic <encoded-value>'
[
  {
    "Id": 123,
    "Name": "<string>",
    "Color": "<string>",
    "IconUrl": "<string>",
    "IsActive": true,
    "IsBase": true,
    "Order": 123,
    "Caption": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Use API Basic Auth Keys

Response

200 - application/json
Id
integer<int32>
Name
string
Color
string
IconUrl
string
IsActive
boolean
IsBase
boolean
Order
integer<int32>
Caption
string