Skip to main content
GET
/
v1
/
pvt
/
Tiers
/
{tierId}
cURL
curl --request GET \
  --url https://api.bonifiq.com.br/v1/pvt/Tiers/{tierId} \
  --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

Path Parameters

tierId
integer<int32>
required

Response

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