# Vendors Manage vendor and supplier records. Track businesses and individuals from whom you purchase goods or services, including contact details, payment terms, and tax information. ## List Vendors - [GET /public/v1/vendors/](https://docs.dualentry.com/resources/vendors/core_api_public_vendors_list_vendors.md) ## Create Vendor - [POST /public/v1/vendors/](https://docs.dualentry.com/resources/vendors/core_api_public_vendors_create_vendor.md) ## Get Vendor - [GET /public/v1/vendors/{vendor_id}/](https://docs.dualentry.com/resources/vendors/core_api_public_vendors_get_vendor.md) ## Update Vendor - [PUT /public/v1/vendors/{vendor_id}/](https://docs.dualentry.com/resources/vendors/core_api_public_vendors_update_vendor.md) ## Delete Vendor - [DELETE /public/v1/vendors/{vendor_id}/](https://docs.dualentry.com/resources/vendors/core_api_public_vendors_delete_vendor.md)