GET
/
v1
/
business
curl --request GET \
  --url https://qa-api.sbx.solidfi.com/v1/business \
  --header 'Content-Type: application/json' \
  --data '""'
{
  "data": [
    {
      "about": "clinic for health issues",
      "address": {
        "addressType": "mailing",
        "city": "New York",
        "country": "US",
        "line1": "456 Main St",
        "line2": "",
        "postalCode": "10001",
        "state": "NY"
      },
      "createdAt": "2023-11-20T06:14:42Z",
      "createdPersonId": "per-e6553324-1db8-49a8-a0d3-29132280b838",
      "dba": "Acme Corp",
      "disclosureStatus": "notStarted",
      "email": "john@acme.com",
      "entityType": "limitedLiabilityCompany",
      "formationDate": "2018-02-18",
      "id": "bus-a4c781d1-abf2-4030-bc70-d860cf164013",
      "idNumber": "387654321",
      "idType": "ein",
      "industry": "healthServices",
      "kyb": {
        "businessId": "bus-a4c781d1-abf2-4030-bc70-d860cf164013",
        "createdAt": "2023-11-20T06:14:19Z",
        "id": "kyb-d925a0ad-efda-4d0a-bf3d-e5b2257b6d91",
        "modifiedAt": "2023-11-20T06:14:19Z",
        "results": {
          "address": "notStarted",
          "bank": "notStarted",
          "businessName": "notStarted",
          "fraud": "notStarted",
          "personName": "notStarted"
        },
        "reviewCode": "",
        "reviewMessage": "",
        "status": "notStarted"
      },
      "legalName": "Acme Business LLC",
      "metadata": null,
      "modifiedAt": "2023-11-20T06:15:04Z",
      "phone": "+16604491146",
      "programId": "prg-ffa511da-1adc-4603-b845-173b895a33f6",
      "status": "active",
      "website": "acme.com"
    }
  ],
  "total": 1
}

Headers

sd-api-key
string
Example:

"{{sd-api-key}}"

sd-person-id
string
Example:

"{{sd-person-id}}"

Body

application/json · any

The body is of type any.

Response

200 - application/json
List all Businesses
data
object[]
Example:
[
  {
    "about": "clinic for health issues",
    "address": {
      "addressType": "mailing",
      "city": "New York",
      "country": "US",
      "line1": "456 Main St",
      "line2": "",
      "postalCode": "10001",
      "state": "NY"
    },
    "createdAt": "2023-11-20T06:14:42Z",
    "createdPersonId": "per-e6553324-1db8-49a8-a0d3-29132280b838",
    "dba": "Acme Corp",
    "disclosureStatus": "notStarted",
    "email": "john@acme.com",
    "entityType": "limitedLiabilityCompany",
    "formationDate": "2018-02-18",
    "id": "bus-a4c781d1-abf2-4030-bc70-d860cf164013",
    "idNumber": "387654321",
    "idType": "ein",
    "industry": "healthServices",
    "kyb": {
      "businessId": "bus-a4c781d1-abf2-4030-bc70-d860cf164013",
      "createdAt": "2023-11-20T06:14:19Z",
      "id": "kyb-d925a0ad-efda-4d0a-bf3d-e5b2257b6d91",
      "modifiedAt": "2023-11-20T06:14:19Z",
      "results": {
        "address": "notStarted",
        "bank": "notStarted",
        "businessName": "notStarted",
        "fraud": "notStarted",
        "personName": "notStarted"
      },
      "reviewCode": "",
      "reviewMessage": "",
      "status": "notStarted"
    },
    "legalName": "Acme Business LLC",
    "metadata": null,
    "modifiedAt": "2023-11-20T06:15:04Z",
    "phone": "+16604491146",
    "programId": "prg-ffa511da-1adc-4603-b845-173b895a33f6",
    "status": "active",
    "website": "acme.com"
  }
]
total
number
Example:

1