Skip to main content
POST
/
api
/
colorado
/
companies
/
filings
/colorado/companies/filings
curl --request POST \
  --url https://api.anysite.io/api/colorado/companies/filings \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "id": "<string>",
  "count": 2,
  "timeout": 300
}
'
[
  {
    "@type": "@colorado_filing",
    "event": "<string>",
    "date_filed": "<string>",
    "date_posted": "<string>",
    "effective_date": "<string>",
    "document_number": "<string>",
    "document_url": "<string>",
    "comment": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
id
string
required

Colorado business ID number

Minimum string length: 1
Examples:

"20061264050"

"20258295695"

"20021320545"

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:@colorado_filing
event
string | null
date_filed
string | null
date_posted
string | null
effective_date
string | null
document_number
string | null
document_url
string | null
comment
string | null