Just like with iOS Channel IDs, Android Channel IDs, and Blackberry PINs, we have API endpoints for device listings for WNS and MPNS devices.
|
These APID device identifiers are not included in other device listings in the web dashboard or API. |
Endpoints:
The Device Listing Endpoint for MPNS:
https://go.urbanairship.com/api/mpns_apids/
The Device Listing Endpoint for WNS:
https://go.urbanairship.com/api/wns_apids/
Here is a full curl example for WNS:
curl -X GET -u "<AppKey>:<MasterSecret>" -H "Content-Type: application/json" https://go.urbanairship.com/api/wns_apids/
These device listings are not available on the Urban Airship web dashboard.