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
| Parameters | Type | Required |
|---|---|---|
companyName | String | Yes |
state | String | Yes |
city | String | Yes |
street | String | Yes |
postalCode | String | Yes |
IN_PROGRESSOrdered 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 Parameters | Type | Explanation |
|---|---|---|
checkedAt | Array of strings <date-time> | 2-digit ISO country code, e.g. "DE" |
status | String | Enum: FAILED, FINISHED, IN_PROGRESS, NOT_ORDERED, TIMED_OUT |