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": "jsmith@example.com" } ]
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
The response is of type object[].
object[]