LogMeIn support sites no longer support Microsoft's Internet Explorer (IE) browser. Please use a supported browser to ensure all features perform as they should (Chrome / FireFox / Edge).

The GoTo support site no longer supports Safari 15. Please upgrade your browser to Safari 16 (or newer) or switch to a supported browser such as Google Chrome, Mozilla Firefox, or Microsoft Edge.

Simply secure and manage all devices. Discover LogMeIn Resolve Mobile Device Management.

We are currently experiencing an unplanned outage for this product.
  • Support
  • Products

    Explore support by product

    GoTo Connect

    All-in-one phone, meeting and messaging software

    GoTo Meeting

    Video and audio meeting software

    GoTo Webinar

    All-in-one webinar and virtual events software

    GoTo Room

    Conference room hardware

    GoTo Training

    Online training software

    OpenVoice

    Audio conferencing software

    Grasshopper

    Lightweight virtual phone system

    join.me

    Video conferencing software

    LogMeIn Resolve

    IT management & support

    LogMeIn Resolve MDM

    Mobile device management

    LogMeIn Pro

    Remote device access

    LogMeIn Central

    Remote monitoring & management

    LogMeIn Rescue

    Remote IT support

    GoToMyPC

    Remote desktop access

    GoToAssist

    Remote support software

    Hamachi

    Hosted VPN service

    RemotelyAnywhere

    On-prem remote access solution
  • Community
  • Service Status
  • Try the improved My Cases portal

    Easily manage your ticket, track its status, contact us from an existing case, and more.

    Sign in to try
  • Language selector icon Language selector icon
    • English
    • Français
    • Italiano
    • Deutsch
    • Español
    • Português
    • Nederlands
  • Contact Support
  • Service Status
  • User Avatar User Avatar
    • Support
    • Contact Support
    • Browse Products
    • Service Status
    • Community
    • Sign in
    • User Avatar
    • My Account
    • Personal Info
    • Sign In & Security
    • My Cases
    • Billing Center
    • https://link.goto.com/myaccount-billing
    • My GoTo Connect
    • My Meetings
    • My Webinars
    • My Trainings
    • My Conferences
    • My Resolutions
    • My Mobile Devices
    • My Sessions
    • My Sessions
    • My Incidents
    • Sign out
  • Overview
  • Explore Features
  • API
product logo
Back button image Back
Back button image
product logo

LogMeIn Resolve MDM API v2

LogMeIn Resolve MDM API (Application Programming Interface) v2 is an HTTPS REST-based interface for integrating LogMeIn Resolve MDM with other applications. API v2 provides access to resources via URL and it is suitable for CRUD (create, read, update and delete) operations in LogMeIn Resolve MDM.

Authentication

LogMeIn Resolve MDM API v2 uses the authentication key which is sent to the server in the request’s HTTP header X-API-Key.

The authentication key is a random string that can be generated from LogMeIn Resolve MDM web console > System > Infrastructure diagram when the API feature is activated.

Supported items and methods

The LogMeIn Resolve MDM API v2 is used by sending HTTPS requests to the LogMeIn Resolve MDM server. The API uses standard HTTPS methods GET, PUT, POST, and DELETE. The response format is JSON.

The URL for API v2 calls:
  • Include <sitename> in the new URL as a subdirectory.
    • https://mdm.gotoresolve.com/<sitename>/api/v2/<item>
  • Include <sitename> in the HTTP header.
    • https://mdm.gotoresolve.com (without <sitename>) provide <sitename> in the X-Instance-Name header.

The technical documentation of LogMeIn Resolve MDM API v2, information about supported items and methods, can be found in the Swagger documentation together with some examples. The documentation is available at: https://mdm.gotoresolve.com/swagger/index.html. You can specify the site name in the X-Instance-Name parameter.

It is possible to try out available API v2 operations with the Swagger tool. In the tool, there is an Authorize button to authorize a session with the authentication key received from LogMeIn Resolve MDM.

Example 1: Locking a device

The device id and the Site name are required parameters.

Option 1: POST https://mdm.gotoresolve.com/mysitename/api/v2/Device/{id}/Lock

Option 2: curl -X POST -H "X-Instance-Name: mysitename" https://mdm.gotoresolve.com/api/v2/Device/{id}/Lock


APIv2 view with Try it out-button.

Example 2: Get the device's locations from a certain time range

  • The device id and Site name are required parameters.
  • There are some optional parameters, like startDate and endDate (year-month-day), if you want to define the time range for the results.

Option 1: GET https://mdm.gotoresolve.com/mysitename/api/v2/Device/{id}/Location

Option 2: curl -X GET https://mdm.gotoresolve.com/api/v2/Device/{id}/Lock -H "X-Instance-Name: mysitename"


APIv2 parameters view.
Related Articles:
  • LogMeIn Resolve MDM API
Article last updated: 7 November, 2023
You are viewing the latest version of this article.

Need help?

Contact icon Contact support
Manage Cases icon Manage cases
Video icon Watch videos
  • Language selector icon Language selector icon
    • English
    • Français
    • Italiano
    • Deutsch
    • Español
    • Português
    • Nederlands
  • About Us
  • Terms of Service
  • Privacy Policy
  • Trademark
  • Do Not Sell or Share My Personal Info
  • Browse Products
  • Copyright © 2025 GoTo Group, Inc. All rights reserved

Collaboration Products

GoTo Connect

GoTo Meeting

GoTo Webinar

GoTo Training

join.me

Grasshopper

OpenVoice

Remote Solutions Products

GoTo Resolve

Rescue

GoToAssist

Access Products

Pro

Central

GoToMyPC