cURL
curl --request GET \ --url https://api.antei.com/vendors/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "country": "<string>", "tax_id": "<string>", "exempt": true, "email": "jsmith@example.com" }
Retrieve details of a specific vendor using its unique ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the vendor to retrieve
Vendor details
The response is of type object.
object