Push Application (GET)

Retrieves the application, which is referenced by the applicationId parameter.

Method

GET

Path

/apps/applicationId/status

Example

https://example.com:443/imfpush/v1/apps/myapp/status

Path Parameters

applicationId
The name or identifier of the application

Header Parameters

Some header parameters are optional.

Accept-Language
(Optional) The preferred language to use for error messages. Default:en-US
Authorization
The token with the scope "apps.read" and "push.application.<applicationId>" obtained using the confidential client in the format Bearer token.. This parameter has to be mandatorily set.

Produces

application/json

Response

The status of the application.

JSON Example

{
  "enabled" : "true",
}

Response Properties

The response has the following properties:

enabled
The status of the application.

Errors

401
Unauthorized - The caller is either not authenticated or not authorized to make this request.
404
The application does not exist.
500
An internal error occurred.