{"info":{"_postman_id":"82e3b5c9-8a6b-42a1-9073-a3d4a0ace318","name":"Firebase Notification REST API","description":"<html><head></head><body><p>Firebase collections to send a notification messages during development</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"5523742","collectionId":"82e3b5c9-8a6b-42a1-9073-a3d4a0ace318","publishedId":"RzZFBG7C","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2018-11-20T11:00:46.000Z"},"item":[{"name":"Create Topic","id":"3864fe44-5434-43d1-a5a0-a46ac51bb5a8","request":{"method":"POST","header":[{"key":"Authorization","value":"key={{server_key}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n   \"to\": \"/topics/YOUR_TOPIC_NAME\",\r\n   \"registration_tokens\": [\"ARRAY_OF_FCM_TOKENS\"]\r\n}"},"url":"https://iid.googleapis.com/iid/v1:batchAdd","urlObject":{"protocol":"https","path":["iid","v1:batchAdd"],"host":["iid","googleapis","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3864fe44-5434-43d1-a5a0-a46ac51bb5a8"},{"name":"Validate FCM","id":"4114f178-ceee-4c2e-ab95-71edadf9624e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"key={{server_key}}"}],"url":"https://iid.googleapis.com/iid/info/{{iid_token}}","urlObject":{"protocol":"https","path":["iid","info","{{iid_token}}"],"host":["iid","googleapis","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4114f178-ceee-4c2e-ab95-71edadf9624e"},{"name":"Remove Topic","id":"ed67f030-a302-4454-9ee4-1c4e38e4af3a","request":{"method":"POST","header":[{"key":"Authorization","value":"key={{server_key}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":" {\r\n   \"to\": \"/topics/TOPIC_NAME\",\r\n   \"registration_tokens\": [\"FCM_TOKENS\"]\r\n }"},"url":"https://iid.googleapis.com/iid/v1:batchRemove","urlObject":{"protocol":"https","path":["iid","v1:batchRemove"],"host":["iid","googleapis","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ed67f030-a302-4454-9ee4-1c4e38e4af3a"},{"name":"Send Notification","id":"9c11b34f-d0aa-446d-aa0d-81bcc345b0ad","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"key={{server_key}}"}],"body":{"mode":"raw","raw":"{\r\n  \"priority\":\"HIGH\",\r\n  \"data\":{\r\n   \r\n  },\r\n  \"to\":\"VALID_FCM_TOKENS\"\r\n}"},"url":"https://fcm.googleapis.com/fcm/send","urlObject":{"protocol":"https","path":["fcm","send"],"host":["fcm","googleapis","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9c11b34f-d0aa-446d-aa0d-81bcc345b0ad"},{"name":"Create Group ","id":"bbbddd90-5bb4-4126-9a0c-4b61a53e3d79","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"key={{server_key}}"},{"key":"project_id","value":"{{project_id}}"}],"body":{"mode":"raw","raw":"{\r\n   \"operation\": \"add\",\r\n   \"notification_key_name\": \"ANY_GROUP_NAME\",\r\n   \"registration_ids\": [\"VALID_FCM\"]\r\n}"},"url":"https://android.googleapis.com/gcm/notification","urlObject":{"protocol":"https","path":["gcm","notification"],"host":["android","googleapis","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"bbbddd90-5bb4-4126-9a0c-4b61a53e3d79"},{"name":"Import Token APNs","id":"2040bf72-68ef-4560-92fe-c6544eecac5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"2040bf72-68ef-4560-92fe-c6544eecac5b"},{"name":"Send Notification to Topic","id":"f4236905-727c-4417-a835-5879c9958ff3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer ya29.c.ElpaBh9SzohgWCFyo5eYIXtIZj4TpLY2cnbEVxWJR2mv3rbA9dZsv8nCx4NXsZTJFNSfztmW1_aEpVJy3mepxi9jbi3jpaBqoXFPvfGL-IIrXou0CpQ2_nnhmrM","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"message\":{\r\n    \"topic\": \"paralela\",\r\n    \"notification\" : {\r\n      \"body\" : \"This is a Firebase Cloud Messaging Topic Message!\",\r\n      \"title\" : \"FCM Message\"\r\n    }\r\n   }\r\n}"},"url":"https://fcm.googleapis.com/v1/projects/umh-app/messages:send","urlObject":{"protocol":"https","path":["v1","projects","umh-app","messages:send"],"host":["fcm","googleapis","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f4236905-727c-4417-a835-5879c9958ff3"},{"name":"Send Notification Specific","id":"25bc0c3e-f333-40b3-9eca-9a77b651542a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"key={{server_key}}"}],"body":{"mode":"raw","raw":"{\r\n  \"priority\":\"HIGH\",\r\n  \"data\":{\r\n   \r\n  },\r\n  \"to\":\"VALID_FCM_TOKENS\"\r\n}"},"url":"https://fcm.googleapis.com/fcm/send","urlObject":{"protocol":"https","path":["fcm","send"],"host":["fcm","googleapis","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"25bc0c3e-f333-40b3-9eca-9a77b651542a"}]}