Skip to main content
Requirements
  • API key pair
  • Reports functionality enabled (done by iDenfy’s staff)
Sample reports: Download here

Ordering SOS document

Authorization: API key pair Method: POST Endpoint: https://ivs.idenfy.com/api/v2/sos-filing-documents/
Request structure
ParameterTypeRequired
companyNameStringYes
stateStringYes
cityStringYes
streetStringYes
postalCodeStringYes
The ordered report takes time to generate and will initially have status IN_PROGRESS.
Request example
{
  "companyName": "City and Borough of Juneau",
  "state": "AK",
  "city": "Juneau",
  "street": "155 S Seward St",
  "postalCode": "99801"
}

List documents

Authorization: API key pair Method: GET Endpoint: https://ivs.idenfy.com/api/v2/sos-filing-documents/
Request structure
Query ParameterTypeExplanation
checkedAtArray of strings <date-time>Date-time filter for checked documents
statusStringEnum: FAILED, FINISHED, IN_PROGRESS, NOT_ORDERED, TIMED_OUT