# 📊 Get client statistics

Get client statistics for a sponsor.

Returns the total number of clients for the sponsor identified by the X-PDP-Sponsor-Id header.

Endpoint: GET /usage/clients
Version: 0.29.6
Security: APIKeyHeader

## Response 200 fields (application/json):

  - `total_clients` (integer, required)
    Total number of clients for the sponsor

## Response 422 fields (application/json):

  - `detail` (array)

  - `detail.loc` (array, required)

  - `detail.msg` (string, required)

  - `detail.type` (string, required)

