REST API Test Page
Operation
POST
on
/setup/subscribe/notification/android/fcm/{providerApplicationId}
Subscribe an Android device to the firebase notification service
Produces
: application/json
Parameters
Name
Type
Value
Description
providerApplicationId
Path Variable
*
The provider application Id
(JSON)
Request Body
{ "device" : { "udid" : "a udid", "model" : "a model", "version" : "a version", "name" : "a push device name", "metadata" : "some metadata" }, "userId" : "a user id", "registrationId" : "a registration id" }
*
Json description of the device to subscribe and the configuration wanted
Result
HTTP Status :