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 can do it in the web panel .

But It won't work if I call with the sample API.

I can upload the XLSX and get the uuid, but it reject me when I use the Parsefile API(403, But my token is come from a SuperAdmin account)

Am I wrong about using those API?
by (220 points)

1 Answer

0 votes
 
Best answer
There's no documented REST method to import devices, and there's a 2-page wizard so the API usage could be a bit complicated.

You need to check which method is used to upload XLSX and import devices by using the Chrome developer console: https://qa.h-mdm.com/16735/

To use REST API, you need to get a JWT token first, see details here: https://qa.h-mdm.com/4625/
by (33.5k points)
selected by
I can see there are total 3 api.
But I am stuck in using the second one
I test this api by using postman, and It keep reject my request with 403.
I'm sure that I already input the JWT token.
I use the same payload I find In the developer console(just replace the filepath because It look like I need to input the uuid I get from the first api), so I think this is not the reason why I fail.
Forget about it. I just find out the reason is about the cookie.
...