Skip to main content

KYB SOS Reports

Requirements
  • API key pair
  • Reports functionality enabled (done by iDenfy's staff)

sample reports

Ordering SOS document

Order SOS filing document

Authorization: API key pair
Method: POST
Endpoint: https://ivs.idenfy.com/api/v2/sos-filing-documents/

Request structure

ParametersTypeRequired
companyNameStringYes
stateStringYes
cityStringYes
streetStringYes
postalCodeStringYes
IN_PROGRESS

Ordered report takes time to generate

Request example

{
"companyName": "City and Borough of Juneau",
"state": "AK",
"city": "Juneau",
"street": "155 S Seward St",
"postalCode": "99801"
}

List documents

List SOS filing documents

Authorization: API key pair
Method: GET
Endpoint: https://ivs.idenfy.com/api/v2/sos-filing-documents/

Request structure

Query ParametersTypeExplanation
checkedAtArray of strings <date-time>2-digit ISO country code, e.g. "DE"
statusStringEnum: FAILED, FINISHED, IN_PROGRESS, NOT_ORDERED, TIMED_OUT