---
title: "Get WAAP service details"
method: GET
path: "/waap/v1/clients/me"
tags: ["WAAP Service"]
---

# Get WAAP service details

`GET /waap/v1/clients/me`

Get information about WAAP service for the client

## Response `200`

Successful Response

- ClientInfo — Represents the WAAP service information for a client
  - `id` integer, nullable, required — The client ID
  - `service` Service, required
    - `enabled` boolean, required — Whether the service is enabled
  - `features` string[], required — List of enabled features
  - `quotas` object, required — Quotas for the client

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Unauthenticated
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.dev/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.dev/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
