Get Vendor

Retrieve a specific vendor by ID.

Authentication

x-api-keystring
API Key authentication via header

Path parameters

vendor_idstringRequired

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
idintegerOptional
Unique identifier
createdAtstringOptionalformat: "date-time"
Creation timestamp
updatedAtstringOptionalformat: "date-time"
Last update timestamp
namestringOptional
Vendor name
descriptionstring or nullOptional
Vendor description
addresslist of stringsOptional

Vendor location/address

isActivebooleanOptional
Whether the vendor is active
primaryEmailstring or nullOptionalformat: "email"
Primary contact email
primaryPhonestring or nullOptional
Primary contact phone
numberintegerOptional

Vendor number (e.g., 1234)

vendorTypeenum or nullOptional
The type of vendor
websitestring or nullOptional
Vendor website URL
projectIdslist of integersOptional
IDs of projects this vendor is linked to
custommap from strings to anyOptional
Custom fields

Errors

401
Unauthorized Error
404
Not Found Error