GET
/
v1
/
business
/
{businessId}
/
document
/
{documentId}
curl --request GET \
  --url https://qa-api.sbx.solidfi.com/v1/business/{businessId}/document/{documentId}
{
  "businessId": "bus-a4c781d1-abf2-4030-bc70-d860cf164013",
  "createdAt": "2023-11-20T07:46:58Z",
  "description": "",
  "docType": "certificate",
  "documentNumber": "",
  "expirationDate": "",
  "id": "doc-fa191088-1cc8-49e0-9ff3-2f51a773ddfe",
  "issuingCountry": "",
  "issuingState": "",
  "modifiedAt": "2023-11-20T07:46:58Z",
  "name": "certificate",
  "status": "active",
  "url": ""
}

Headers

sd-api-key
string
Example:

"{{sd-api-key}}"

sd-person-id
string
Example:

"{{sd-person-id}}"

Path Parameters

businessId
string
required
documentId
string
required

Response

200 - application/json
Retrieve a Document
businessId
string
Example:

"bus-a4c781d1-abf2-4030-bc70-d860cf164013"

createdAt
string
Example:

"2023-11-20T07:46:58Z"

description
string
Example:

""

docType
string
Example:

"certificate"

documentNumber
string
Example:

""

expirationDate
string
Example:

""

id
string
Example:

"doc-fa191088-1cc8-49e0-9ff3-2f51a773ddfe"

issuingCountry
string
Example:

""

issuingState
string
Example:

""

modifiedAt
string
Example:

"2023-11-20T07:46:58Z"

name
string
Example:

"certificate"

status
string
Example:

"active"

url
string
Example:

""