Provider use case

Provider Dashboard

Log a provider into VSee Clinic's provider dashboard for telehealth functionality — manage queue, accept visits, start video calls, view patient records.

Steps

  1. Step 1: Obtain provider access token

    POST /users/sso · auth: API Key + Secret

    Call SSO with provider details (type=400). Use ?fields=vsee to include VSee ID and token.

    headers:

    FieldRequiredDescription
    X-ApiKeyyesAPI Key
    X-ApiSecretyesAPI Secret
    X-AccountCodeyesAccount code

    queryParams:

    FieldRequiredDescription
    fieldsnoSet to 'vsee' to include VSee ID and token

    bodyFields:

    FieldRequiredDescription
    first_nameyesProvider's first name
    last_nameyesProvider's last name
    typeyesUser type: 400 = Provider
    emailnoProvider email address
    codeyesUnique provider identifier on your end
    subtypenoProvider subtype (e.g., 482 = Doctor, 470 = CSR)
  2. Step 2: Redirect to provider dashboard

    Redirect to https://{your_clinic}.vseepreview.com/auth?sso_token={sso_token}&next=/providers/dashboard

    Redirect the provider to their dashboard.