action codat_get_supplier { label: "Get supplier" description: "Gets a single supplier corresponding to the given ID." provider: codat method: GET path: "/companies/{companyId}/data/suppliers/{supplierId}" encoding: json output: { type: "object" description: "> View the coverage for suppliers in the Data coverage explorer.\n\n## Overview\n\nFrom the **Suppliers** endpoints, you can retrieve a list of [all the suppliers for a company](https://docs.codat.io/accounting-api#/operations/list-suppliers). Suppliers' data links to accounts payable [bills](https://docs.codat.io/accounting-api#/schemas/Bill)." required: ["status"] } }