Skip to main content
POST
/
api
/
rhode_island
/
companies
/
filings
/rhode_island/companies/filings
curl --request POST \
  --url https://api.anysite.io/api/rhode_island/companies/filings \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "id_number": "<string>",
  "timeout": 300
}
'
[
  {
    "@type": "@rhode_island_filing",
    "name": "<string>",
    "year": "<string>",
    "filed_at": "<string>",
    "filing_number": "<string>",
    "document_url": "<string>",
    "page_count": 123
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
id_number
string
required

Rhode Island business Identification Number (up to 9 digits)

Examples:

"000486306"

"15908"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

@type
string
default:@rhode_island_filing
name
string | null
year
string | null
filed_at
string | null
filing_number
string | null
document_url
string | null
page_count
integer | null