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

Was this helpful?

  1. User

Deploys

User Deploys

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

Headers

Name
Type
Description

Authorization

string

Munzee API Authorization token

Request Body

Name
Type
Description

user_id

integer

User ID

page

integer

Page Number

type_id

integer

Munzee Type ID

{
  "data": {
    "has_more": 1,
    "munzees": [
      {
        "munzee_id": "73294914",
        "friendly_name": "This is green",
        "deployed_at": "2020-03-09T08:22:48-05:00",
        "points": 55,
        "creator_username": "sohcah",
        "munzee_code": "2907",
        "capture_type_id": "1434",
        "number_of_captures": 0,
        "notes": "Virtual Munzee",
        "latitude": "29.47525257",
        "longitude": "-98.68639171",
        "maintenance": "0",
        "last_captured_at": 0,
        "deployed_at_unix": 1583760168,
        "url": "/m/sohcah/2907/",
        "virtual": 1,
        "pin_icon": "https://munzee.global.ssl.fastly.net/images/pins/virtual_green.png"
      }
    ]
  }
}
PreviousCapturesNextZeeOps

Last updated 5 years ago

Was this helpful?