SOS Search

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', 'Found', 'Not Found').
{
    "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."
}
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
number

Enter ID

string
enum

Sort order: "asc" for ascending, "desc" for descending

Allowed:
number

Enter the page number

number

Enter the number of records on the page

number

Enter RID

string

Enter the search input

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json