POST api/Account/PushSubscription/check

Checks if the given endpoint is registered to push notifications

Request Information

URI Parameters

None.

Body Parameters

the endpoint to check

string

Request Formats

application/json, text/json

Sample:
"sample string"

Response Information

Resource Description

True if the endpoint is registered to push notifications

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.