Devices
Store
POST /devices/store
Headers
Name
Type
Description
Client-Key*
String
Your client key
Authorization
String
Bearer Token (optional)
Request Body
Name
Type
Description
firebase_token*
String
device_id
String
name
String
platform
String
platform_version
String
{
"data": {
"message": "Data device has been stored"
}
}Last updated