Skip to main content
POST
/
api
/
utah
/
companies
/
filings
/utah/companies/filings
curl --request POST \
  --url https://api.anysite.io/api/utah/companies/filings \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "entity_number": "<string>",
  "count": 2,
  "timeout": 300
}
'
[
  {
    "@type": "@utah_filing",
    "file_date": "<string>",
    "effective_date": "<string>",
    "filing_number": "<string>",
    "document_type": "<string>",
    "filing_status": "<string>",
    "source": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
entity_number
string
required

Utah business Entity Number

Minimum string length: 1
Examples:

"6085119-0143"

"14058748-0151"

"12400197"

count
integer
required

Max number of filings to return

Required range: x >= 1
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

@type
string
default:@utah_filing
file_date
string | null
effective_date
string | null
filing_number
string | null
document_type
string | null
filing_status
string | null
source
string | null