> ## Documentation Index
> Fetch the complete documentation index at: https://docs.anysite.io/llms.txt
> Use this file to discover all available pages before exploring further.

# /hawaii/companies

> Get a Hawaii business's registry record from the DCCA Business Registration Division by its file number: exact entity name, business type, status, purpose, place and date of registration, principal and mailing addresses, any cross-reference names, term, registered agent (name and address), good-standing state, the annual filing history (year, date received, status), officers (name, office, titles, address, role), authorized stock (class, shares, paid shares, par value), registered trade names, trademarks and service marks (name, type, category, certificate number, registration and expiration dates, status), and other filings (date, description, remarks, transaction and form codes).

**Price:** 5 credits

**⚠️ Common errors:** 412: No business found for the given file number



## OpenAPI

````yaml /openapi/company-registries.json post /api/hawaii/companies
openapi: 3.1.0
info:
  title: Any Site API
  description: >+
    Any Site API provides programmatic access to data from LinkedIn, Instagram,
    Twitter, and other platforms.


    ## Authentication


    All API endpoints require an `access-token` header with a valid API token.
    Tokens can be created in the [dashboard](https://app.anysite.io/).


    ## Pricing


    Each endpoint has a credit cost listed in its description. Credits are
    deducted from your token balance per request.

  version: 0.0.1
servers: []
security:
  - AccessToken: []
paths:
  /api/hawaii/companies:
    post:
      tags:
        - US
      summary: /hawaii/companies
      description: >-
        Get a Hawaii business's registry record from the DCCA Business
        Registration Division by its file number: exact entity name, business
        type, status, purpose, place and date of registration, principal and
        mailing addresses, any cross-reference names, term, registered agent
        (name and address), good-standing state, the annual filing history
        (year, date received, status), officers (name, office, titles, address,
        role), authorized stock (class, shares, paid shares, par value),
        registered trade names, trademarks and service marks (name, type,
        category, certificate number, registration and expiration dates,
        status), and other filings (date, description, remarks, transaction and
        form codes).


        **Price:** 5 credits


        **⚠️ Common errors:** 412: No business found for the given file number
      operationId: __api_hawaii_companies_post
      parameters:
        - name: access-token
          in: header
          required: true
          schema:
            anyOf:
              - type: string
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/HawaiiCompaniesPayload'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/HawaiiCompany'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
components:
  schemas:
    HawaiiCompaniesPayload:
      properties:
        timeout:
          type: integer
          maximum: 1500
          minimum: 20
          default: 300
        file_number:
          type: string
          minLength: 1
      type: object
      required:
        - file_number
    HawaiiCompany:
      properties:
        '@type':
          type: string
          default: HawaiiCompany
        file_number:
          type: string
        name:
          anyOf:
            - type: string
            - type: 'null'
        legal_form:
          anyOf:
            - type: string
            - type: 'null'
        entity_type_code:
          anyOf:
            - type: string
            - type: 'null'
        status:
          anyOf:
            - type: string
            - type: 'null'
        purpose:
          anyOf:
            - type: string
            - type: 'null'
        place_of_formation:
          anyOf:
            - type: string
            - type: 'null'
        registration_date:
          anyOf:
            - type: string
            - type: 'null'
        principal_address:
          anyOf:
            - type: string
            - type: 'null'
        mailing_address:
          anyOf:
            - type: string
            - type: 'null'
        cross_reference_names:
          items:
            type: string
          type: array
          default: []
        consent_name:
          anyOf:
            - type: string
            - type: 'null'
        term:
          anyOf:
            - type: string
            - type: 'null'
        agent_name:
          anyOf:
            - type: string
            - type: 'null'
        agent_address:
          anyOf:
            - type: string
            - type: 'null'
        is_commercial_registered_agent:
          anyOf:
            - type: boolean
            - type: 'null'
        is_in_good_standing:
          anyOf:
            - type: boolean
            - type: 'null'
        good_standing_message:
          anyOf:
            - type: string
            - type: 'null'
        annual_filings:
          items:
            $ref: '#/components/schemas/HawaiiAnnualFiling'
          type: array
          default: []
        officers:
          items:
            $ref: '#/components/schemas/HawaiiOfficer'
          type: array
          default: []
        stocks:
          items:
            $ref: '#/components/schemas/HawaiiStock'
          type: array
          default: []
        trade_names:
          items:
            $ref: '#/components/schemas/HawaiiTradeName'
          type: array
          default: []
        other_filings:
          items:
            $ref: '#/components/schemas/HawaiiOtherFiling'
          type: array
          default: []
        url:
          type: string
      type: object
      required:
        - file_number
        - url
    HTTPValidationError:
      properties:
        detail:
          items:
            $ref: '#/components/schemas/ValidationError'
          type: array
      type: object
    HawaiiAnnualFiling:
      properties:
        '@type':
          type: string
          default: HawaiiAnnualFiling
        filing_year:
          anyOf:
            - type: integer
            - type: 'null'
        date_received:
          anyOf:
            - type: string
            - type: 'null'
        status:
          anyOf:
            - type: string
            - type: 'null'
      type: object
    HawaiiOfficer:
      properties:
        '@type':
          type: string
          default: HawaiiOfficer
        name:
          type: string
        office:
          anyOf:
            - type: string
            - type: 'null'
        office_titles:
          anyOf:
            - type: string
            - type: 'null'
        date:
          anyOf:
            - type: string
            - type: 'null'
        address:
          anyOf:
            - type: string
            - type: 'null'
        affiliation_type:
          anyOf:
            - type: string
            - type: 'null'
        role:
          anyOf:
            - type: string
            - type: 'null'
      type: object
      required:
        - name
    HawaiiStock:
      properties:
        '@type':
          type: string
          default: HawaiiStock
        date:
          anyOf:
            - type: string
            - type: 'null'
        stock_class:
          anyOf:
            - type: string
            - type: 'null'
        shares:
          anyOf:
            - type: string
            - type: 'null'
        paid_shares:
          anyOf:
            - type: string
            - type: 'null'
        par_value:
          anyOf:
            - type: string
            - type: 'null'
      type: object
    HawaiiTradeName:
      properties:
        '@type':
          type: string
          default: HawaiiTradeName
        name:
          type: string
        type:
          anyOf:
            - type: string
            - type: 'null'
        category:
          anyOf:
            - type: string
            - type: 'null'
        certificate_number:
          anyOf:
            - type: string
            - type: 'null'
        registration_date:
          anyOf:
            - type: string
            - type: 'null'
        expiration_date:
          anyOf:
            - type: string
            - type: 'null'
        status:
          anyOf:
            - type: string
            - type: 'null'
      type: object
      required:
        - name
    HawaiiOtherFiling:
      properties:
        '@type':
          type: string
          default: HawaiiOtherFiling
        date:
          anyOf:
            - type: string
            - type: 'null'
        remarks:
          anyOf:
            - type: string
            - type: 'null'
        transaction_code:
          anyOf:
            - type: string
            - type: 'null'
        form_code:
          anyOf:
            - type: string
            - type: 'null'
      type: object
    ValidationError:
      properties:
        loc:
          items:
            anyOf:
              - type: string
              - type: integer
          type: array
        msg:
          type: string
        type:
          type: string
        input: {}
        ctx:
          type: object
      type: object
      required:
        - loc
        - msg
        - type
  securitySchemes:
    AccessToken:
      type: apiKey
      in: header
      name: access-token
      description: API token from the dashboard

````