cURL
curl --request GET \ --url https://api.antei.com/vendors \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "name": "<string>", "country": "<string>", "tax_id": "<string>", "exempt": true, "email": "[email protected]" } ]
Retrieve all vendors configured in the account.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of vendors
Unique identifier for the vendor
Vendor's legal or trading name
Country of vendor operation
Vendor's tax identification number
Indicates whether the vendor is tax exempt
Vendor's contact email