/
/Heidi API Documentation
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 13h ago · Updated 3w ago
Heidi API29
  • getGenerate Jwt
  • postCreate Session
  • getGet Session Details
  • patchUpdate Session
  • postGenerate Consult Note
  • getGet Documents
  • postCreate Empty Document
  • postAsk Ai
  • getGet Session Transcript
  • getGet Clinical Codes
  • getList Document Templates
  • postCreate Restful Segment Transcription
  • postTranscribe Segment Recording
  • postFinish Restful Segment Transcription
  • postGenerate Client Customised Template Response
  • getGet Session Context Documents
  • postUpload Session Context Documents
  • deleteDelete Session Context Documents
  • getGet Patient Profiles
  • postCreate Patient Profile
  • getGet Patient Profile
  • deleteDelete Patient Profile
  • patchUpdate Patient Profile
  • postLink Patient Sessions
  • deleteUnlink Patient Sessions
  • deleteDelete Patient Profiles
  • getList Joined Teams
  • getGet Team Details
  • getList Organization Members
    Heidi API

    List Joined Teams

    List all teams that the authenticated user has joined

    get/api/v2/ml-scribe/open-api/team

    Response

    Successful Response

    Example response

    {
      "joined_teams": [
        {
          "team_id": "5eb7cf5a86d9755df3a6c593",
          "user_role_list": [
            {
              "id": "5eb7cf5a86d9755df3a6c593"
            }
          ]
        }
      ]
    }

    Changes