Welcome to Headwind MDM Q&A, where you can ask questions and receive answers from other members of the community.

Please do not post bug reports, missing feature requests, or demo inquiries. If you have such an inquiry, submit a contact form.

0 votes
I am working on a custom application, and I need to upload applications or files to Android agents using the  REST API.
ago by (180 points)

1 Answer

0 votes
Headwind MDM REST API is authenticated via a JWT token, see details here: https://qa.h-mdm.com/4625/is-there-any-rest-api

As a best practice, I would recommend you to view how API is used by the web application, and use it in the same way from your application: https://qa.h-mdm.com/16735/how-to-view-sample-rest-api-requests
ago by (41.8k points)
...