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

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

Last updated

Was this helpful?