HexCon is coming to NYC. Catch the early-bird price before the time's up! Book me a spot

API

All posts with the API tag

Discussion-icon Discussion
Ideation-icon Ideation
Discussion
1 year ago
Solved

Web apps: Authenticating hexnode devices for web apps Solved

To detect whether a hexnode device is viewing a web app we can use URL parameter wildcards which inject device variables like so:https://www.hexnode.com/mobile-device-management/help/pass-device-information-from-hexnode-to-the-web-apps-added-in-the-device-through-wildcards-faqs/ For example, we could use the wildcard to check against the UDID of a device to determine if a client is a hexnode device and its location. But what if the UDID…

Discussion
2 years ago

change okta admin rights with okta api

Hello there, everyone! I'm not convinced about the Okta platform integration. I had used an api token generated by an okta super admin for the initial integration. But now, following the integration, I need to assign admin privileges to another technician, but I don't want him to be the super admin but instead, I want…

Discussion
3 years ago

API call is showing 403 error message

Hi, I’m fairly new to APIs but we would like to integrate Hexnode functions in a customized setup so I was trying out some APIs using the commands from Hexnode API documentation. We're trying to fetch device details using GET https://.hexnodemdm.com/api/v1/devices/{DEVICE_ID}/ and the device ID used is correct but we keep getting 403 error messages.…

Ideation
3 years ago

An API endpoint to upload a new APK update

As devops I really want an API endpoint to publish a new version of APK. We currently distribute our App to many devices through Hexnode and also we have another app that is distributed on Google Play Store. When we need to update on Google Play Store it's really easy because we're using fastlane and…