Skip to main content
POST
/
api
/
oklahoma
/
companies
/oklahoma/companies
curl --request POST \
  --url https://api.anysite.io/api/oklahoma/companies \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "filing_number": "<string>",
  "timeout": 300
}
'
[
  {
    "filing_number": "<string>",
    "name": "<string>",
    "@type": "@oklahoma_company",
    "name_type": "<string>",
    "status": "<string>",
    "legal_form": "<string>",
    "jurisdiction": "<string>",
    "formation_date": "<string>",
    "is_qualified": true,
    "registered_agent_name": "<string>",
    "registered_agent_effective_date": "<string>",
    "registered_agent_address": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
filing_number
string
required

Oklahoma business entity filing number

Minimum string length: 1
Examples:

"2300238886"

"3400676484"

"1900123456"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

filing_number
string
required
name
string
required
@type
string
default:@oklahoma_company
name_type
string | null
status
string | null
jurisdiction
string | null
formation_date
string | null
is_qualified
boolean | null
registered_agent_name
string | null
registered_agent_effective_date
string | null
registered_agent_address
string | null