Web
The Web API connects a device user to FCM HTTP connection server.
URL
The HTTP URL for Web API is:
http://<host>:<port>/api/v1/connectiontest/webhttpv1/fcm/appid
This service implements Gateway Filter for Authentication to authenticate access of the service by a user.
Method
GET
Input Parameters
The following fields are input parameters:
| Input Parameter | Required | Type | Description |
|---|---|---|---|
| appId | Yes | alphanumeric | Unique ID assigned to the app |
Sample Response
{
"id" : "ApplicationID"
"message" : "Web FCM Cloud Connection Test Sucessful.",
}
Response Status
| Code | Description |
|---|---|
| Status 200 | Web FCM Cloud Connection Test Sucessful. |
| Status 401 | Unauthorized request |
| Status 500 | Server failure to process request |