GET
/
v1
/
sos
/
nebraska
/
search
curl --request GET \
  --url https://api.papercuts.ai/v1/sos/nebraska/search \
  --header 'X-API-Key: <api-key>'
{
  "results": [
    {
      "Name": "TESLA MOTORS, INC.",
      "Secretary of State Account Number": "1909217590",
      "Type": "Foreign Corp",
      "Status": "Active"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

API key required for authentication

Query Parameters

query
string
required

The business name to search for

Example:

"Tesla"

searchType
enum<string>
default:
Name Keyword - Match All

The type of search to perform

Available options:
Name Keyword - Match All
maxResults
integer
default:
100

Maximum number of results to return

Required range: x >= 1

Response

200
application/json
Search results retrieved successfully
results
object[]