# List applications for a client Endpoint: GET /api/application/byclient Version: v1 ## Response 200 fields (application/json): - `Id` (integer) - `Key` (string) Example: "00000000-0000-0000-0000-000000000000" - `Name` (string) - `Description` (string) - `HostClientId` (integer) - `Url` (string) - `ProductUrl` (string) - `IsActive` (boolean) - `Changed` (string) - `ChangedBy` (string)