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

# Observation checks for a company



## OpenAPI

````yaml https://api.inyett.com/swagger/v1/swagger.json get /1/{country}/control/{orgNr}/debt
openapi: 3.0.4
info:
  title: Inyett Automation
  description: |-
    <h3>How to connect</h3>
                        <p>Read more about our API and how to connect on <a href='https://docs.inyett.com/home' target='_blank'>docs.inyett.com</a></p> <b>This API version has been deprecated.</b>
  version: '1.0'
servers: []
security:
  - X-Api-Key: []
  - Bearer: []
paths: {}
components:
  securitySchemes:
    X-Api-Key:
      type: apiKey
      description: 'Api key needed to access the endpoints. X-Api-Key: My api key'
      name: X-Api-Key
      in: header
    Bearer:
      type: http
      description: Please enter a valid token
      scheme: Bearer
      bearerFormat: JWT

````