Authorizations
The API requires a Bearer token in the Authorization header for authentication.
Body
application/json
The request body must contain the device payload information. The format should be:
"devicePayload": {
"app-id": "string",
"app-platform": "string",
"app-version": "string",
"did": "string",
"fcm-id": "string",
"fid": "string",
"lang": "string",
"os-version": "integer",
"user-hash": "string"
}
} ```
Response
Successful response
The response is of type object
.