action codat_get_customer { label: "Get customer" description: "Gets a single customer corresponding to the given ID." provider: codat method: GET path: "/companies/{companyId}/data/customers/{customerId}" encoding: json output: { type: "object" description: "> View the coverage for customers in the Data coverage explorer.\n\n## Overview\n\nA customer is a person or organisation that buys goods or services. From the Customers endpoints, you can retrieve a [list of all the customers of a company](https://api.codat.io/swagger/index.html#/Customers/get_companies__companyId__data_customers).\n\nCustomers' data links to accounts receivable [invoices](https://docs.codat.io/accounting-api#/schemas/Invoice).\n" required: ["status"] } }