# 📋 Get all clients Get all clients with their details. Endpoint: GET /clients Version: 1.0.0 Security: APIKeyHeader ## Response 200 fields (application/json): - `client_id` (string) Unique client identifier - `organization_name` (string, required) Name of the organization - `contact_email` (string, required) Contact email for the organization - `external_ref` (string, required) External reference identifier - `sponsor_id` (string, required) PDP sponsor ID from the X-PDP-Sponsor-Id header - `status` (string, required) Current status of the client Enum: "active", "inactive", "pending", "suspended" - `created_at` (string, required) When the client was created - `updated_at` (any) When the client was last updated