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

# GET /telehealth_waiting_rooms/{waiting_room_encrypted_id}/check



## OpenAPI

````yaml /openapi/nimbo_api.yml get /telehealth_waiting_rooms/{waiting_room_encrypted_id}/check
openapi: 3.0.0
info:
  title: Nimbo API
  version: 1.0.0
  description: >-
    Nimbo API reference. Use the API host and integration access provided by
    Nimbo.
servers:
  - url: https://api.example.test
    description: Reference only; confirm your integration host with Nimbo
security: []
paths:
  /telehealth_waiting_rooms/{waiting_room_encrypted_id}/check:
    get:
      tags:
        - Teleconsultation Waiting Room
      summary: GET /telehealth_waiting_rooms/{waiting_room_encrypted_id}/check
      operationId: >-
        legacy_nimbo_api_get__telehealth_waiting_rooms_waiting_room_encrypted_id_check
      parameters:
        - name: waiting_room_encrypted_id
          in: path
          required: true
          schema:
            type: string
      responses:
        '200':
          content:
            application/json:
              schema:
                type: object
                properties:
                  telehealth_waiting_room:
                    type: object
                    properties:
                      id:
                        type: integer
                      person_id:
                        type: integer
                      organization_id:
                        type: integer
                      account_id:
                        type: integer
                      waiting_room_url:
                        type: string
                        format: uri
                      telehealth_url:
                        type: string
                        format: uri
                      consent_policy_url:
                        type: string
                        format: uri
                      cause:
                        type: string
                      status:
                        type: string
                      person:
                        type: object
                        properties:
                          id:
                            type: integer
                          first_name:
                            type: string
                          last_name:
                            type: string
                          telephone:
                            nullable: true
                          email:
                            type: string
                            format: email
                          created_at:
                            type: string
                            format: date-time
                          updated_at:
                            type: string
                            format: date-time
                          born_at:
                            type: string
                            format: date
                          gender:
                            type: string
                          avatar_file_name:
                            nullable: true
                          avatar_content_type:
                            nullable: true
                          avatar_file_size:
                            nullable: true
                          avatar_updated_at:
                            nullable: true
                          telephone2:
                            type: string
                          person_attributes:
                            type: object
                            properties:
                              is_under_age:
                                type: boolean
                              phone_number:
                                type: string
                              relationship:
                                type: string
                              patient_dependent:
                                type: boolean
                              person_responsible:
                                type: string
                          account_id:
                            type: integer
                          address_state_id:
                            nullable: true
                          organization_id:
                            type: integer
                          notes:
                            nullable: true
                          deleted_at:
                            nullable: true
                          phone_country_id:
                            type: integer
                          creator_id:
                            nullable: true
                          updater_id:
                            nullable: true
                          is_migrated:
                            type: boolean
                          without_cellphone:
                            type: boolean
                          nimbochat_invitation_date:
                            nullable: true
                          admission_form:
                            type: boolean
                          cirrus_patient_id:
                            nullable: true
                          person_token_id:
                            nullable: true
                          medical_record:
                            type: string
                          send_welcome_email:
                            type: boolean
                          patient_group_id:
                            nullable: true
                          patient_group_ids:
                            type: array
                            items: {}
                          summary_ai:
                            type: object
                      waiting_room_id:
                        nullable: true
                      organization:
                        type: object
                        properties:
                          id:
                            type: integer
                          name:
                            type: string
                          created_at:
                            type: string
                            format: date-time
                          updated_at:
                            type: string
                            format: date-time
                          owner_id:
                            type: integer
                          options:
                            type: object
                            properties:
                              allow_patient_sharing:
                                type: boolean
                              telehealth:
                                type: boolean
                              consultation_needs_consent:
                                type: boolean
                              insurance:
                                type: boolean
                              employee:
                                type: boolean
                              hotel:
                                type: boolean
                              more_info:
                                type: boolean
                              share_medical_history:
                                type: boolean
                              allow_patient_edit:
                                type: boolean
                              enable_custom_record:
                                type: boolean
                              allow_consultation_edit:
                                type: boolean
                              last_patient_mrn:
                                type: integer
                              prefix_patient_mrn:
                                type: string
                              only_existing_patient:
                                type: boolean
                              payment_per_organization:
                                type: boolean
                              include_physician_section:
                                type: boolean
                              enable_ai_features:
                                type: boolean
                              signature:
                                type: object
                                properties:
                                  email:
                                    type: string
                                    format: email
                                  password:
                                    type: string
                                    format: color
                                  document_id:
                                    type: integer
                          tax_attributes:
                            type: object
                          kind:
                            type: string
                          invoice_items_count:
                            type: integer
                          number_of_physicians_option:
                            type: string
                          slug:
                            type: string
                          landing_page_info:
                            type: object
                          integrations:
                            type: object
                          telehealth_request_slug:
                            type: string
                          custom_domain:
                            nullable: true
                          main_organization_schedule_id:
                            nullable: true
                          referral_token:
                            type: string
                          waiting_room_configuration:
                            type: object
                          onboarding_info:
                            type: object
                            properties:
                              achievements:
                                type: array
                                items:
                                  type: object
                                  properties:
                                    id:
                                      type: string
                                    title:
                                      type: string
                              organization_type:
                                type: string
                          configuration:
                            type: object
                          sensitive_information:
                            type: object
                      created_at:
                        type: string
                        format: date-time
                      updated_at:
                        type: string
                        format: date-time
                      people_in_front:
                        type: integer
                      metadata:
                        type: object
                        properties:
                          person_created:
                            type: boolean
                      slug:
                        nullable: true
                      waiting_room:
                        nullable: true
                      consultation_form_url:
                        nullable: true
                      show_split_screen:
                        type: boolean
                      organizational_logo:
                        type: string
                      high_priority:
                        type: boolean
                  meta:
                    type: object
                    properties:
                      people_in_front:
                        type: integer
                      waiting_time:
                        type: integer
          description: Successful response

````