Get Vendor
Retrieve a specific vendor by ID.
Authentication
x-api-keystring
API Key authentication via header
Path parameters
vendorId
Query parameters
include_contacts
Whether to include associated contacts in the response. Defaults to false unless explicitly set to true.
Response
Vendor details
id
Unique identifier
createdAt
Creation timestamp
updatedAt
Last update timestamp
name
Vendor name
description
Vendor description
address
Vendor location/address
isActive
Whether the vendor is active
primaryEmail
Primary contact email
primaryPhone
Primary contact phone
number
Vendor number (e.g., 1234)
vendorType
The type of vendor
website
Vendor website URL
projectIds
IDs of projects this vendor is linked to
custom
Custom fields
Errors
401
Unauthorized Error
404
Not Found Error
