GET
/
v1
/
business
/
{businessId}
/
document
curl --request GET \
  --url https://qa-api.sbx.solidfi.com/v1/business/{businessId}/document
{
  "data": [
    {
      "businessId": "bus-a4c781d1-abf2-4030-bc70-d860cf164013",
      "createdAt": "2023-11-20T07:46:58Z",
      "description": "formation",
      "docType": "formation",
      "documentNumber": "FM12345",
      "expirationDate": "2028-03-11",
      "id": "doc-fa191088-1cc8-49e0-9ff3-2f51a773ddfe",
      "issuingCountry": "Canada",
      "issuingState": "Alberta",
      "modifiedAt": "2023-11-20T07:47:43Z",
      "name": "JohnDoe",
      "status": "active",
      "url": ""
    }
  ],
  "total": 1
}

Headers

sd-api-key
string
Example:

"{{sd-api-key}}"

sd-person-id
string
Example:

"{{sd-person-id}}"

Path Parameters

businessId
string
required

Response

200 - application/json
List of All Documents
data
object[]
Example:
[
  {
    "businessId": "bus-a4c781d1-abf2-4030-bc70-d860cf164013",
    "createdAt": "2023-11-20T07:46:58Z",
    "description": "formation",
    "docType": "formation",
    "documentNumber": "FM12345",
    "expirationDate": "2028-03-11",
    "id": "doc-fa191088-1cc8-49e0-9ff3-2f51a773ddfe",
    "issuingCountry": "Canada",
    "issuingState": "Alberta",
    "modifiedAt": "2023-11-20T07:47:43Z",
    "name": "JohnDoe",
    "status": "active",
    "url": ""
  }
]
total
number
Example:

1