# Get Application Get Application Endpoint: GET /Core/Applications Version: 2.0 ## Response 200 fields (application/json): - `Id` (integer) Id. Key property. - `Key` (string) Key. - `Name` (string) Name. MaxLength: 50. Nullable. - `Description` (string) Description. MaxLength: 500. Nullable. - `Url` (string) Url. MaxLength: 255. Nullable. - `CmsUrl` (string) CmsUrl. MaxLength: 255. Nullable. - `SalesUrl` (string) SalesUrl. MaxLength: 255. Nullable. - `SenderEmailAddress` (string) SenderEmailAddress. MaxLength: 255. Nullable. - `HostClientId` (integer) HostClientId. - `IsActive` (boolean) IsActive. - `Created` (string) Created. - `CreatedBy` (integer) CreatedBy. - `Updated` (string) Updated. Nullable. - `UpdatedBy` (integer) UpdatedBy. Nullable. - `UrlMatch` (string) UrlMatch. MaxLength: 4000. Nullable. - `ParentId` (integer) ParentId. Nullable. - `ImageKey` (string) ImageKey. MaxLength: 50. Nullable. - `ProductUrl` (string) ProductUrl. MaxLength: 255. Nullable. - `Client` (object) - `Client.HostId` (integer) HostId. - `Client.CorporationId` (integer) CorporationId. - `Client.ApplicationEnvironment` (string) ApplicationEnvironment. MaxLength: 50. Nullable. - `Client.Slug` (string) Slug. MaxLength: 50. Nullable. - `Client.Merchant` (string) Merchant. MaxLength: 50. Nullable. - `Client.ClientHost` (object) - `Client.ClientHost.ClientId` (integer) ClientId. - `Client.ClientHost.Clients` (array) Clients. - `Client.Applications` (array) Applications.