Vendors
Vendor
objects represent top-level vendor data from AppFolio®. Skywalk API allows you to obtain the following vendor attributes from AppFolio®.
Vendor
Object#
The Attributes
appfolioIdstring
Unique AppFolio ID for vendor.
Example:
"388"
companyNamestring
Company name of vendor.
Example:
"Paint & Hardware, Inc."
namestring
Company name of full name of vendor.
Example:
null
fullAddressstring
Full address.
Example:
"915 Paint Street Los Angeles, CA 90006"
phoneNumbersPhoneNumber[]
Phone numbers for vendor.
Example:
[{"label":"Office","phone":"(111) 111-1111"}]
emailstring
Email of vendor.
Example:
null
More Attributes
address.streetstring
address.street2string
address.citystring
address.statestring
address.zipstring
defaultGLAccountstring
paymentTypestring
tagsstring[]
The Vendor Object
#
Get All VendorsGET /v1/vendors
Follows: Authentication • Caching • Polling • List Response Format • Scheduled Job
The vendors endpoint returns a list of all vendors in your AppFolio® account. This endpoint should respond immediately with your most recently cached data.
#
ParametersThis endpoint requires no additional parameters.
#
ReturnsThe standard List Response Format with a data
property containing an array of Vendor
objects.
GET /v1/vendors
Response