# 📄 Get client details Get detailed information about a specific client. Endpoint: GET /clients/{client_id} Version: 1.0.0 Security: APIKeyHeader ## Path parameters: - `client_id` (string, required) ## 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 ## Response 422 fields (application/json): - `detail` (array) - `detail.loc` (array, required) - `detail.msg` (string, required) - `detail.type` (string, required) ## Response 404 fields