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>" }
Use API Basic Auth Keys
Was this page helpful?