> ## 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 /accounts/{account_id}



## OpenAPI

````yaml /openapi/nimbo_api.yml get /accounts/{account_id}
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:
  /accounts/{account_id}:
    get:
      tags:
        - Account Management
      summary: GET /accounts/{account_id}
      operationId: legacy_nimbo_api_get__accounts_account_id
      parameters:
        - name: account_id
          in: path
          required: true
          schema:
            type: string
      responses:
        '200':
          content:
            application/json:
              schema:
                type: object
                properties:
                  account:
                    type: object
                    properties:
                      certified_information:
                        type: boolean
                      consultations_count:
                        type: integer
                      email:
                        type: string
                        format: email
                      eprescription_enabled:
                        type: boolean
                      account_setup_completed:
                        type: boolean
                      id:
                        type: integer
                      role:
                        type: string
                      links:
                        type: object
                        properties:
                          response_templates:
                            type: string
                          physician_specialty:
                            type: string
                          location:
                            type: string
                      name:
                        type: string
                      username:
                        type: string
                      office_state_id:
                        type: integer
                      survey_answered:
                        type: boolean
                      physician_institution:
                        type: string
                      physician_license:
                        type: string
                        format: color
                      physician_specialty_id:
                        type: integer
                      configuration:
                        type: object
                        properties:
                          locale:
                            type: string
                          schedule:
                            type: object
                            properties:
                              fri:
                                type: array
                                items:
                                  type: string
                                  format: style
                              mon:
                                type: array
                                items:
                                  type: string
                              sat:
                                type: array
                                items:
                                  type: string
                                  format: style
                              thu:
                                type: array
                                items:
                                  type: string
                              tue:
                                type: array
                                items:
                                  type: string
                                  format: style
                              wed:
                                type: array
                                items:
                                  type: string
                              weeks_limit:
                                type: object
                                properties:
                                  id:
                                    type: integer
                                  time:
                                    type: integer
                                  interval:
                                    type: string
                              consultation_duration:
                                type: integer
                          timezone:
                            type: string
                          consultation:
                            type: object
                            properties:
                              odontogram:
                                type: boolean
                              physical_exam:
                                type: boolean
                              physiotherapy:
                                type: boolean
                              treatment_plan:
                                type: boolean
                              disability_leave:
                                type: boolean
                          custom_forms:
                            type: object
                            properties:
                              person:
                                type: object
                                properties:
                                  employee:
                                    type: boolean
                              consultation:
                                type: object
                                properties:
                                  ketosis_elements:
                                    type: object
                                    properties:
                                      cramps:
                                        type: boolean
                                      hunger:
                                        type: boolean
                                      anxiety:
                                        type: boolean
                                      fatigue:
                                        type: boolean
                                      satiety:
                                        type: boolean
                                      diarrhea:
                                        type: boolean
                                      headache:
                                        type: boolean
                                      dizziness:
                                        type: boolean
                                      halitosis:
                                        type: boolean
                                      tolerance:
                                        type: boolean
                                      depression:
                                        type: boolean
                                      impatience:
                                        type: boolean
                                      constipation:
                                        type: boolean
                                      irritability:
                                        type: boolean
                                      concentration:
                                        type: boolean
                                      aggressiveness:
                                        type: boolean
                                      impulse_control:
                                        type: boolean
                                      stimulants_need:
                                        type: boolean
                                      sleeping_problems:
                                        type: boolean
                                  nutrition_elements:
                                    type: object
                                    properties:
                                      fat:
                                        type: boolean
                                      waist:
                                        type: boolean
                                      water:
                                        type: boolean
                                      muscle:
                                        type: boolean
                                      abdomen:
                                        type: boolean
                                      lost_weight:
                                        type: boolean
                                  vital_signs_elements:
                                    type: object
                                    properties:
                                      height:
                                        type: boolean
                                      weight:
                                        type: boolean
                                      systole:
                                        type: boolean
                                      diastole:
                                        type: boolean
                                      body_mass:
                                        type: boolean
                                      heart_rate:
                                        type: boolean
                                      temperature:
                                        type: boolean
                                      lean_body_mass:
                                        type: boolean
                                      respiratory_rate:
                                        type: boolean
                                      oxygen_saturation:
                                        type: boolean
                                      head_circumference:
                                        type: boolean
                                      body_fat_percentage:
                                        type: boolean
                                  lab_test_results_elements:
                                    type: object
                                    properties:
                                      co2:
                                        type: boolean
                                      sodium:
                                        type: boolean
                                      calcium:
                                        type: boolean
                                      glucose:
                                        type: boolean
                                      chloride:
                                        type: boolean
                                      platelet:
                                        type: boolean
                                      potassium:
                                        type: boolean
                                      creatinine:
                                        type: boolean
                                      hematocrit:
                                        type: boolean
                                      hemoglobin:
                                        type: boolean
                                      reticulocyte:
                                        type: boolean
                                      triglycerides:
                                        type: boolean
                                      red_blood_cells:
                                        type: boolean
                                      white_blood_cell:
                                        type: boolean
                                      total_cholesterol:
                                        type: boolean
                                      blood_urea_nitrogen:
                                        type: boolean
                                      low_density_lipoprotein:
                                        type: boolean
                                      high_density_lipoprotein:
                                        type: boolean
                                      very_low_density_lipoprotein:
                                        type: boolean
                              medical_history:
                                type: object
                                properties:
                                  diet:
                                    type: boolean
                                  perinatal:
                                    type: boolean
                                  postnatal:
                                    type: boolean
                                  psychiatric:
                                    type: boolean
                                  vaccines_mx:
                                    type: boolean
                                  pathological:
                                    type: boolean
                                  work_history:
                                    type: boolean
                                  heredo_familial:
                                    type: boolean
                                  non_pathological:
                                    type: boolean
                                  gineco_obstetrics:
                                    type: boolean
                          custom_roles:
                            type: object
                            properties:
                              administrator:
                                type: boolean
                          weekly_email:
                            type: boolean
                          schedule_type:
                            type: string
                          feature_toggles:
                            type: object
                            properties:
                              nimbo_chat:
                                type: boolean
                              section_nms:
                                type: boolean
                              physiotherapy:
                                type: boolean
                              cirrus_integration:
                                type: boolean
                              farhos_integration:
                                type: boolean
                              section_telehealth:
                                type: boolean
                          custom_catalogue:
                            type: object
                            properties:
                              lab_tests:
                                type: object
                                properties:
                                  filters:
                                    type: string
                          prescription_copy:
                            type: boolean
                          print_diagnostics:
                            type: boolean
                          print_vital_signs:
                            type: boolean
                          interface_language:
                            type: string
                          only_existing_patient:
                            type: boolean
                          prescription_template:
                            type: string
                          send_cancellation_information:
                            type: boolean
                      settings:
                        type: object
                        properties:
                          reports:
                            type: object
                            properties:
                              dashboard:
                                type: boolean
                              daily-sheet:
                                type: boolean
                              suive:
                                type: boolean
                          onboarding:
                            type: boolean
                          consultation:
                            type: object
                            properties:
                              odontogram:
                                type: boolean
                              invoice-items:
                                type: boolean
                              disease-notes:
                                type: object
                                properties:
                                  vital-signs-graphs:
                                    type: boolean
                              diagnostic-and-treatment:
                                type: object
                                properties:
                                  medispan:
                                    type: boolean
                                  custom-lab-tests:
                                    type: boolean
                                  custom-drugs:
                                    type: boolean
                          inventories:
                            type: boolean
                          feature-toggle:
                            type: object
                            properties:
                              items-importer:
                                type: boolean
                      frequent_consultation_causes:
                        type: array
                        items:
                          type: string
                      created_at:
                        type: string
                        format: date-time
                      pending_confirmation_email:
                        nullable: true
                      cellphone:
                        type: string
                      cellphone_verified:
                        type: boolean
                      cellphone_country_id:
                        type: integer
                      affiliation_id:
                        type: integer
                      professional_standard:
                        type: object
                      sis_type_of_staff:
                        nullable: true
                      sis_specify_type_of_staff:
                        nullable: true
                      referral_token:
                        nullable: true
                      should_reset_password:
                        type: boolean
                      referral_token_meta:
                        nullable: true
                      metadata:
                        type: object
                        properties:
                          cirrus:
                            type: object
                            properties:
                              credentials:
                                type: object
                                properties:
                                  extra:
                                    type: object
                                    properties:
                                      role_id:
                                        type: string
                                      estServId:
                                        type: string
                                  password:
                                    type: string
                                  username:
                                    type: string
                      temporary_schedules_expired:
                        type: boolean
                      new_patients_count:
                        type: integer
                      appointments_count:
                        type: integer
                      bio:
                        type: string
          description: Successful response

````