v1

latestOpenAPI 3.1.02026-07-26590236.8 KB

List Businesses

get/business

Query parameters

pageinteger
per_pageinteger

Response

200

messagestring
statusstring

Example response

{
  "data": [
    {
      "id": "bca9cd1c732a11edbcfddb048077d2b7",
      "owner_id": "4b86670a6bfd11eda78fe041a4724e32",
      "name": "Spaceship LLC",
      "business_type": "limitedLiabilityCompany",
      "industry": "healthServices",
      "dof": "2018-02-18T00:00:00Z",
      "id_type": "ein",
      "id_number": "187654321",
      "address_line1": "1625 Tsar Estate",
      "address_city": "New York",
      "address_state": "NY",
      "address_country": "US",
      "address_zip": "10001",
      "status": "active",
      "kyb_status": "verified",
      "created_at": "2022-12-03T17:51:30Z",
      "updated_at": "2022-12-03T17:51:30Z"
    }
  ],
  "message": "Businesses retrieved successfully",
  "meta": {
    "per_page": 20,
    "page": 1,
    "count_total": 2,
    "page_total": 1
  },
  "status": "success"
}