---
title: "List all Clients"
method: GET
path: "/company.json"
tags: ["Clients"]
---

# List all Clients

`GET /company.json`

#### Filtering
This endpoint supports result filtering. For more information on how to filter this request, [go here](/docs/filtering).
			
			
#### OAuth Scope
This endpoint requires the following OAuth scope **read_customers**.

## Response `200`

An array of Clients

- Company[]
  - `name` string, required — Company Name
  - `abn_number` string — Australian Business Number. A unique 11-digit identifier issued by the Australian Taxation Office to businesses. Required for tax compliance and validation of business identity in Australia.
  - `address` string — Password
  - `billing_address` string — Confirm Password
  - `parent_company_uuid` unknown
  - `uuid` string, uuid — Unique identifier for this record
  - `active` 0 | 1 — Record active/deleted flag. Valid values are [0,1]
  - `edit_date` string — Timestamp at which record was last modified
  - `website` string
  - `is_individual` string
  - `address_street` string
  - `address_city` string
  - `address_state` string
  - `address_postcode` string
  - `address_country` string
  - `fax_number` string
  - `badges` string
  - `tax_rate_uuid` string, uuid
  - `billing_attention` string
  - `payment_terms` string

## Other responses

- `400` — Bad Request
- `default` — Unexpected error

---

[API](https://skmtc.dev/servicem8/apis/servicem8-api.md) · [All operations](https://skmtc.dev/servicem8/apis/servicem8-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/servicem8/servicem8-api/revisions/dfd49e8f5d1b/schema)
