get https://app1.compliancely.com/api/v1/sos_submissions/
Retrieve a comprehensive list and detailed information of the searched data.
- address is the state name.
- ID is the unique entity/submission id.
- RID is the unique record id.
- Status can be ('Pending', 'Processing', 'Completed', 'Error').
{
"results": [
{
"id": 16,
"status": "Processing",
"name": "hp",
"data": [],
"address": "ALASKA",
"sos_search_countries": "alaska",
"created_at": "2023-09-18T11:24:35.153069Z"
},
{
"id": 15,
"status": "Found",
"name": "google",
"data": [
{
"rid": 1,
"entity_number": "0000250020",
"registration_date": "2012-09-13",
"status": "Inactive - Expired",
"entity_name": "GOOGLETrade Name",
"jurisdiction": null,
"state": "NORTH DAKOTA",
"match_percentage": 45
},
...
],
"address": "NORTH_DAKOTA",
"sos_search_countries": "north_dakota",
"created_at": "2023-09-18T11:24:24.664265Z"
},
...
]
{
"results": [
{
"id": 1,
"entity_number": "0000250020",
"state": "NORTH DAKOTA",
"created_at": "2023-09-18T11:24:45.846924Z",
"registration_date": "2012-09-13",
"status": "Inactive - Expired",
"entity_name": "GOOGLETrade Name",
"jurisdiction": null,
"raw_data": {
"status": "Inactive - Expired",
"address": "NORTH DAKOTA",
"standing": "Good Standing",
"business_id": "0000250020",
"filing_date": "09/13/2012",
"business_name": "GOOGLETrade Name"
}
},
...
]
}
{
"detail": "Invalid token header. No credentials provided."
}
{
"detail": "Invalid token."
}
{
"detail": "Authentication credentials were not provided."
}
For more information on the success response format by state, please check here