# Store Device Push Token Store instance token to facilitate the usage of firebase services between App Cloud and Wifi Motion App. The instance token provides a unique identifier for each app instance and a mechanism to authenticate and authorize actions (example: sending FCM messages) If the token sent is set to 'eee-motioncsc-loadtest' the push notification payload will be formed but NOT sent to firebase. This is used in load testing to ensure APPCLD is not blacklisted by Google. Endpoint: POST /mobile_devices Security: Authorization ## Request fields (application/json): - `token` (string, required) ## Response 201 fields (application/json): - `id` (integer) Example: 2345 - `token` (string) Example: "egxcipdIRm2Ng4pWuJuRN3:APA91bE2M42o7XBlVMAslS9YhWVr3ELXmDCM8QebHAMwvVuRWA8nYahtPvUA3LV0A-t2PW4jhmn0RF7omCpQ9BH-n6WA5CVyN1hNfsgf7EqP01Z2Hpto7NeA-ewBQAtJIgmfrBl6-rEG" - `user_id` (integer) Example: 345 - `created_at` (string) Example: "2020-09-08 15:30:32" - `updated_at` (string) Example: "2020-09-08 15:30:32"