---
title: "Get member visits"
method: GET
path: "/api/v2/member/visits"
tags: ["member"]
---

# Get member visits

`GET /api/v2/member/visits`

Returns visits counts for the current member

## Response `200`

- MemberVisitsDto
  - `appointments` integer, required — All the appointments the customer has booked
  - `appointmentsVisits` integer, required — All the appointments the customer has booked and checked into
  - `bookings` integer, required — All the session bookings the customer has booked
  - `bookingsVisits` integer, required — All the session bookings the customer has booked and checked into
  - `openAreaVisits` integer, required — All visits of open areas for customer
  - `total` integer, required — Combined count of appointments + bookings
  - `totalVisits` integer, required — Combined count of appointmentsVisits + bookingsVisits

---

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