Vendors
Get vendor by ID
Retrieve details of a specific vendor using its unique ID.
GET
This endpoint returns details of a single vendor based on the vendor ID.
If the vendor does not exist, a 404 error will be returned.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the vendor to retrieve
Response
200
application/json
Vendor details
The response is of type object
.