Get Vendor

Retrieve a specific vendor by ID.

Authentication

x-api-keystring
API Key authentication via header

Path parameters

vendorIdstringRequired

Query parameters

include_contactsbooleanOptionalDefaults to false
Whether to include associated contacts in the response. Defaults to false unless explicitly set to true.

Response

Vendor details
idinteger
Unique identifier
createdAtstringformat: "date-time"
Creation timestamp
updatedAtstringformat: "date-time"
Last update timestamp
namestring
Vendor name
descriptionstring or null
Vendor description
addresslist of strings

Vendor location/address

isActiveboolean
Whether the vendor is active
primaryEmailstring or nullformat: "email"
Primary contact email
primaryPhonestring or null
Primary contact phone
numberinteger

Vendor number (e.g., 1234)

vendorTypeenum or null
The type of vendor
websitestring or null
Vendor website URL
projectIdslist of integers
IDs of projects this vendor is linked to
custommap from strings to any
Custom fields

Errors

401
Unauthorized Error
404
Not Found Error