Skip to main content
POST
/
api
/
georgia
/
companies
/
filings
/georgia/companies/filings
curl --request POST \
  --url https://api.anysite.io/api/georgia/companies/filings \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "control_number": "<string>",
  "count": 2,
  "timeout": 300
}
'
[
  {
    "filing_number": "<string>",
    "@type": "@georgia_filing",
    "filing_type": "<string>",
    "filed_at": "<string>",
    "effective_date": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
control_number
string
required

Georgia control number (the public registration number shown on the entity record)

Required string length: 1 - 30
Examples:

"K630997"

"14111592"

"0056814"

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

filing_number
string
required
@type
string
default:@georgia_filing
filing_type
string | null
filed_at
string | null
effective_date
string | null