---
title: "Retrieve information about the application"
method: GET
path: "/application/info"
tags: ["Application"]
---

# Retrieve information about the application

`GET /application/info`

## Response `200`

OK

- object
  - `application` ApplicationInfoModel
    - `_id` string
    - `name` string — Your application's name.
    - `category` string — Your application's category.
    - `appStoreId` string — Your application's category.
    - `androidPackageName` string — Your application's category.
    - `services` object
      - `richPush` boolean
      - `locationServices` boolean
      - `apns` boolean
      - `gcm` boolean
      - `hms` boolean
      - `websockets` boolean
      - `triggers` boolean
      - `passbook` boolean
      - `inAppPurchase` boolean
      - `oauth2` boolean
      - `screens` boolean
      - `reports` boolean
      - `appsOnDemand` boolean
      - `liveApi` boolean
      - `automation` boolean
      - `websitePush` boolean
      - `inbox` boolean
      - `storage` boolean
      - `email` boolean
      - `sms` boolean
    - `branding` boolean
    - `userDataFields` object[]
      - `type` string
      - `key` string
      - `label` string
      - `defaultValue` string
    - `actionCategories` object[]
      - `type` string
      - `name` string
      - `actions` object[]
        - `type` string
        - `label` string
        - `target` string
        - `camera` boolean
        - `keyboard` boolean
        - `destructive` boolean
    - `inboxConfig` object
      - `useInbox` boolean
      - `autoBadge` boolean
    - `emailConfig` object
      - `defaultSender` MessageSender — An object containing the sender name and address for this template. Applicable only for email templates.
        - `address` string, required — the local part of the email address
        - `name` string, required
    - `passbookConfig` object
      - `info` object
        - `subject` object
          - `C` string
          - `CN` string
          - `OU` string
          - `O` string
          - `UID` string
    - `websitePushConfig` object
      - `info` object
        - `subject` object
          - `C` string
          - `CN` string
          - `OU` string
          - `O` string
          - `UID` string
      - `vapid` object
        - `publicKey` string
    - `regionConfig` object
      - `proximityUUID` string, uuid

## Changes

- **2020-06-23** `d75c409678ed` — 1 info
  - added the optional property `application/services/hms` to the response with the `200` status
- **2020-03-11** `5ed31e104b6f` — 1 info
  - the endpoint scheme security `ApplicationSecret` was added to the API

[Change history](https://skmtc.dev/notificare/apis/notificare-cloud-api/changes/application/info/get.md)

---

[API](https://skmtc.dev/notificare/apis/notificare-cloud-api.md) · [All operations](https://skmtc.dev/notificare/apis/notificare-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/notificare/notificare-cloud-api/revisions/aad692b34bab/schema)
