Push WNS Settings (GET)

Retrieves WNS settings for the application

Method

GET

Path

/apps/applicationId/settings/wnsConf

Example

https://example.com:443/imfpush/v1/apps/myapp/settings/wnsConf

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 "wnsConf.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

Retrieves WNS settings for the application.

JSON Example

{
  "clientSecret" : "Vex8L9WOFZuj95euaLrvSH7XyoDhLJc7",
  "packageSID" : "ms-app://S-1-15-2-2972962901-2322836549-3722629029-1345238579-3987825745-2155616079-650196962",
}

Response Properties

The response has the following properties:

clientSecret
The Client secret.
packageSID
Package SID

Errors

401
Unauthorized - The caller is either not authenticated or not authorized to make this request.
404
The application does not exist.
406
Unsupported Accept type - The content type specified in Accept header is not application/json.
500
An internal error occurred.