Munzee API
  • What is this?
  • User
    • Profile
    • Captures
    • Deploys
    • ZeeOps
    • Rovers
    • Coins
    • Notifications
  • Clans
    • Clan V2
  • Specials
  • Maps
    • Maps V4
  • Events
  • Assets
Powered by GitBook
On this page
  • Scheduled
  • News
  • Featured

Was this helpful?

Assets

Scheduled

POST https://api.munzee.com/assets/scheduled

Headers

Name
Type
Description

Authorization

string

Munzee API Authorization token

Request Body

Name
Type
Description

user_id

integer

User ID

{
  "data": [
    {
      "id": 6,
      "special_type": "retired",
      "title": "RetireMyths Active",
      "start_time": "2020-04-13 00:00:01",
      "end_time": "2020-04-19 04:59:59",
      "image_url": "https://munzee.global.ssl.fastly.net/images/v4pins/retiredpegasus.png",
      "blog_url": " https://munzee.zendesk.com/hc/en-us/articles/360029634251-RetireMyths",
      "ends_in": "399852",
      "starts_in": -1
    }
  ]
}

News

POST https://api.munzee.com/assets/news

Headers

Name
Type
Description

Authorization

string

Munzee API Authorization token

Request Body

Name
Type
Description

user_id

integer

User ID

{
  "data": {
    "data": [
      {
        "id": "66",
        "show_at": "2020-04-14 13:00:00",
        "title": "Changes to the In-App Scanner",
        "image_url": "https://i.ibb.co/5jZrXXY/Scan-QR-Code.png",
        "blog_url": "https://www.munzeeblog.com/changes-to-the-in-app-scanner"
      }
    ],
    "meta": {
      "current_page": 1,
      "per_page": 10,
      "has_more": 1
    }
  }
}

Featured

POST https://api.munzee.com/assets/featured

Headers

Name
Type
Description

Authorization

string

Munzee API Authorization token

Request Body

Name
Type
Description

user_id

integer

User ID

{
  "data": {
    "data": [
      {
        "id": "27",
        "title": "Aussie Animal Bouncers",
        "image_url": "https://imagehost.imageupload.net/2020/03/25/Aussie-Animals-2.png",
        "blog_url": "https://www.munzeeblog.com/awesome-aussie-animals-continue-the-fundraising/",
        "ends_in": "1418459",
        "starts_in": -1
      }
    ]
  }
}
PreviousEvents

Last updated 5 years ago

Was this helpful?