> ## 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.

# /bonalog/organizations

> Get a Russian organization's registry card by its identifier

**Price:** 1 credit

**⚠️ Common errors:** 412: Organization not found



## OpenAPI

````yaml /openapi/company-registries.json post /api/bonalog/organizations
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/bonalog/organizations:
    post:
      tags:
        - /bonalog
      summary: /bonalog/organizations
      description: |-
        Get a Russian organization's registry card by its identifier

        **Price:** 1 credit

        **⚠️ Common errors:** 412: Organization not found
      operationId: __api_bonalog_organizations_post
      parameters:
        - name: access-token
          in: header
          required: true
          schema:
            anyOf:
              - type: string
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/BonalogOrganizationPayload'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/BonalogOrganization'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
components:
  schemas:
    BonalogOrganizationPayload:
      properties:
        timeout:
          type: integer
          maximum: 1500
          minimum: 20
          default: 300
        id:
          type: integer
          exclusiveMinimum: 0
      type: object
      required:
        - id
    BonalogOrganization:
      properties:
        '@type':
          type: string
          default: BonalogOrganization
        id:
          type: integer
        inn:
          anyOf:
            - type: string
            - type: 'null'
        ogrn:
          anyOf:
            - type: string
            - type: 'null'
        kpp:
          anyOf:
            - type: string
            - type: 'null'
        full_name:
          anyOf:
            - type: string
            - type: 'null'
        short_name:
          anyOf:
            - type: string
            - type: 'null'
        status_code:
          anyOf:
            - type: string
            - type: 'null'
        status_date:
          anyOf:
            - type: string
            - type: 'null'
        registration_date:
          anyOf:
            - type: string
            - type: 'null'
        authorized_capital:
          anyOf:
            - type: number
            - type: 'null'
        is_active:
          anyOf:
            - type: boolean
            - type: 'null'
        address:
          anyOf:
            - $ref: '#/components/schemas/BonalogAddress'
            - type: 'null'
        okved2:
          anyOf:
            - $ref: '#/components/schemas/BonalogClassifier'
            - type: 'null'
        okopf:
          anyOf:
            - $ref: '#/components/schemas/BonalogClassifier'
            - type: 'null'
        tax_authority:
          anyOf:
            - $ref: '#/components/schemas/BonalogTaxAuthority'
            - type: 'null'
        reports:
          items:
            $ref: '#/components/schemas/BonalogReportSummary'
          type: array
      type: object
      required:
        - id
    HTTPValidationError:
      properties:
        detail:
          items:
            $ref: '#/components/schemas/ValidationError'
          type: array
      type: object
    BonalogAddress:
      properties:
        '@type':
          type: string
          default: BonalogAddress
        index:
          anyOf:
            - type: string
            - type: 'null'
        region:
          anyOf:
            - type: string
            - type: 'null'
        district:
          anyOf:
            - type: string
            - type: 'null'
        city:
          anyOf:
            - type: string
            - type: 'null'
        settlement:
          anyOf:
            - type: string
            - type: 'null'
        street:
          anyOf:
            - type: string
            - type: 'null'
        house:
          anyOf:
            - type: string
            - type: 'null'
        building:
          anyOf:
            - type: string
            - type: 'null'
        office:
          anyOf:
            - type: string
            - type: 'null'
      type: object
    BonalogClassifier:
      properties:
        '@type':
          type: string
          default: BonalogClassifier
        id:
          anyOf:
            - type: string
            - type: 'null'
        name:
          anyOf:
            - type: string
            - type: 'null'
      type: object
    BonalogTaxAuthority:
      properties:
        '@type':
          type: string
          default: BonalogTaxAuthority
        id:
          anyOf:
            - type: integer
            - type: 'null'
        name:
          anyOf:
            - type: string
            - type: 'null'
        code:
          anyOf:
            - type: integer
            - type: 'null'
        latitude:
          anyOf:
            - type: number
            - type: 'null'
        longitude:
          anyOf:
            - type: number
            - type: 'null'
        type:
          anyOf:
            - type: string
            - type: 'null'
        parent_id:
          anyOf:
            - type: integer
            - type: 'null'
      type: object
    BonalogReportSummary:
      properties:
        '@type':
          type: string
          default: BonalogReportSummary
        period:
          anyOf:
            - type: string
            - type: 'null'
        publication:
          anyOf:
            - type: integer
            - type: 'null'
        actual_bfo_date:
          anyOf:
            - type: string
            - type: 'null'
        gain_sum:
          anyOf:
            - type: number
            - type: 'null'
        actives:
          anyOf:
            - type: number
            - type: 'null'
        knd:
          anyOf:
            - type: string
            - type: 'null'
        has_audit:
          anyOf:
            - type: boolean
            - type: 'null'
        actual_correction_number:
          anyOf:
            - type: integer
            - type: 'null'
        actual_correction_date:
          anyOf:
            - type: string
            - type: 'null'
        published_correction_number:
          anyOf:
            - type: integer
            - type: 'null'
        published_correction_date:
          anyOf:
            - type: string
            - type: 'null'
        is_cb:
          anyOf:
            - type: boolean
            - type: 'null'
        msp_category:
          anyOf:
            - type: string
            - type: 'null'
        published:
          anyOf:
            - type: boolean
            - 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

````