{"info":{"_postman_id":"0a8435a4-f644-4662-970b-fcaaccee0388","name":"Reskyt Push API v2","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"18140478","collectionId":"0a8435a4-f644-4662-970b-fcaaccee0388","publishedId":"2s93z86hYt","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-06-26T10:03:56.000Z"},"item":[{"name":"Send Push V2","id":"97e7ae5d-b4b4-461b-bbb0-1109bc11bcaa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"your-api-key","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"pushtitle\",\n    \"heading\": \"heading\",\n    \"dateEnd\": \"99999999999\",\n    \"url\": \"Your push url when clicked\",\n    \"pictureUrl\":\"Your preview picture url\",\n    \"utmCampaign\": \"analytics_campaign_identifier\",\n    \"tokens\": [\n        \"41dc840f7e76bcec71a40bce87699431\",\n        \"076b3c207b9a010d654efdfab92cb898\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://push.api.reskyt.com/push/send","description":"<p><strong>Introduction</strong></p>\n<p>Use this API to send a push notification to the specified device tokens provided by the reskyt platform using the reskyt platform push system.</p>\n<p><strong>Finding the device token</strong></p>\n<p>You can find the device token on the token_md5 cookie and create your own associations with your users or marketing actions. If you cannot find the cookie will mean that the user has the notifications disabled or hasn't got a valid provider push token.</p>\n<p><strong>Body details</strong></p>\n<p>Authentication is necessary, you need to provide an API key provided by reskyt in the specified header to grant access to the sending API.</p>\n<ul>\n<li><p>heading: String that will contain the push notification heading.</p>\n</li>\n<li><p>title: String that will contain the push notification title. Max size 250 characters.</p>\n</li>\n<li><p>dateEnd: The date when the notification will disappear from the notifications list in user device. Timestamp. Maximum 2 months after the send date.</p>\n</li>\n<li><p>url: URL where the user will be sent when click on the notifications.</p>\n</li>\n<li><p>pictureUrl: The preview picture url.</p>\n</li>\n<li><p>utmCampaign: if set, the link will contain &amp;utm_campaign=utmCampaignValue</p>\n</li>\n<li><p>tokens: strings array containing the user tokens that will receive the notification.</p>\n</li>\n</ul>\n<p><strong>Limits and quotas</strong></p>\n<p>You're limited to a maximum of 100 request per second per API Key.</p>\n<p><strong>Pricing</strong></p>\n<p>You'll be charged following your current push notifications plan</p>\n","urlObject":{"protocol":"https","path":["push","send"],"host":["push","api","reskyt","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"97e7ae5d-b4b4-461b-bbb0-1109bc11bcaa"}]}