Skip to main content
POST
/
api
/
utah
/
companies
/utah/companies
curl --request POST \
  --url https://api.anysite.io/api/utah/companies \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "entity_number": "<string>",
  "timeout": 300
}
'
[
  {
    "entity_number": "<string>",
    "business_id": "<string>",
    "@type": "@utah_company",
    "name": "<string>",
    "legal_form": "<string>",
    "subtype": "<string>",
    "status": "<string>",
    "status_details": "<string>",
    "status_updated_at": "<string>",
    "jurisdiction": "<string>",
    "formation_date": "<string>",
    "formation_effective_date": "<string>",
    "renew_by_date": "<string>",
    "last_renewed_date": "<string>",
    "registered_agent": {
      "@type": "@utah_registered_agent",
      "name": "<string>",
      "entity_number": "<string>",
      "status": "<string>",
      "street": "<string>",
      "city": "<string>",
      "state": "<string>",
      "zip": "<string>",
      "country": "<string>",
      "updated_at": "<string>"
    },
    "principals": [],
    "physical_address": {
      "@type": "@utah_address",
      "street": "<string>",
      "city": "<string>",
      "state": "<string>",
      "zip": "<string>",
      "country": "<string>",
      "updated_at": "<string>"
    },
    "mailing_address": {
      "@type": "@utah_address",
      "street": "<string>",
      "city": "<string>",
      "state": "<string>",
      "zip": "<string>",
      "country": "<string>",
      "updated_at": "<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:

"14058748-0151"

"6085119-0143"

"12400197"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

entity_number
string
required
business_id
string
required
@type
string
default:@utah_company
name
string | null
subtype
string | null
status
string | null
status_details
string | null
status_updated_at
string | null
jurisdiction
string | null
formation_date
string | null
formation_effective_date
string | null
renew_by_date
string | null
last_renewed_date
string | null
registered_agent
UtahRegisteredAgent · object
principals
UtahPrincipal · object[]
physical_address
UtahAddress · object
mailing_address
UtahAddress · object