---
title: "List Businesses"
method: GET
path: "/business"
---

# List Businesses

`GET /business`

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

200

- object
  - `data` object[]
    - `id` string
    - `owner_id` string
    - `name` string
    - `business_type` string
    - `industry` string
    - `dof` string
    - `is_master` boolean
    - `id_type` string
    - `id_number` string
    - `address_line1` string
    - `address_city` string
    - `address_state` string
    - `address_country` string
    - `address_zip` string
    - `status` string
    - `kyb_status` string
    - `is_deleted` boolean
    - `created_at` string
    - `updated_at` string
  - `message` string
  - `meta` object
    - `per_page` integer
    - `page` integer
    - `count_total` integer
    - `page_total` integer
    - `prev_page` boolean
    - `next_page` boolean
  - `status` string

---

[API](https://skmtc.net/useoval/apis/core-api.md) · [All operations](https://skmtc.net/useoval/apis/core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/useoval/core-api/versions/cb65d8f214c3/schema)
