---
title: "Get the logged-in User (Vet)"
method: GET
path: "/api/v1/auth/me"
tags: ["Authentication"]
---

# Get the logged-in User (Vet)

`GET /api/v1/auth/me`

Get the logged-in User (Vet)

## Query parameters

- `include[]` string[]

## Response `200`

Successful operation

- object
  - `data` object — General information about the logged in user.
    - `id` integer
    - `first_name` string
    - `last_name` string
    - `full_name` string
    - `email` string
    - `name_with_title` string
    - `video_link` string, nullable
    - `profile_picture` string, nullable
    - `employee` object
      - `id` integer
      - `chat_user` ChatUser — unresolved $ref
    - `clinic` object
      - `id` integer
      - `name` string
      - `logo` string
      - `preferences` object
        - `language_locale` string
        - `timezone` string
        - `date_format` string
        - `datetime_format` string
        - `discount_reason_required` string, nullable
      - `hasClinicLegalInfo` boolean
      - `hasOnlinePaymentEnabled` boolean
      - `chat_user` object — User Data for CometChat
        - `name` string
        - `uid` string
        - `is_active` boolean — If the user is active in comet-chat
        - `is_verified` boolean — If the user has a verified comet-chat account
        - `user` object — One of the following: Vet, Clinic, PetParent
      - `care_credit_merchant` object
        - `id` integer
        - `is_active` boolean
      - `default_payment_provider_account` object
        - `id` integer
        - `provider` 'dsp' | 'stripe_standard' | 'scratchpay' | 'paysafe'

## Other responses

- `400` — unresolved $ref
- `401` — unresolved $ref
- `403` — unresolved $ref
- `429` — unresolved $ref

---

[API](https://skmtc.net/digitail/apis/digitail-api.md) · [All operations](https://skmtc.net/digitail/apis/digitail-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/digitail/digitail-api/revisions/bd9694db5fce/schema)
