Notifications

User Alerts

POST https://api.munzee.com/user/alerts

Headers

Name
Type
Description

Authorization

string

Munzee API Authorization token

{
  "data": [
    {
      "icon": "https://munzee.global.ssl.fastly.net/images/pins/mitmegu.png",
      "message": "4.61 km - New Mitmegu Alert",
      "pushed_at": "1562574184",
      "munzee_data": {
        "munzee_id": "981460",
        "friendly_name": "Bedford Waitrose 2",
        "creator_user_id": "98309",
        "creator_username": "LILYGRIMALDI",
        "latitude": "52.144096",
        "longitude": "-0.420628",
        "special_good_until": 1562595728,
        "unicorn_munzee": {
          "munzee_id": "54019624",
          "friendly_name": "Mitmegu #138",
          "creator_user_id": "242655",
          "creator_username": "Belboz",
          "code": "http://www.munzee.com/m/Belboz/12740/",
          "number_of_captures": 32,
          "evolution": 1,
          "has_user_captured_munzee": 0
        }
      }
    },
    {
      "icon": "https://munzee.global.ssl.fastly.net/images/pins/magic8ball.png",
      "message": "5.24 km - New Magic 8 Ball Alert",
      "pushed_at": "1562568785",
      "munzee_data": {
        "munzee_id": "52934440",
        "friendly_name": "A6 by AmyJoy",
        "creator_user_id": "234392",
        "creator_username": "AmyJoy",
        "latitude": "52.073513221457",
        "longitude": "-0.45074042802767167"
      }
    }
  ]
}

Last updated

Was this helpful?