Skip to main content

I've seen lots of API posts using bash but any tutorials or help on creating an API request to search our Jamf via a web page and then show the results in the browser?

I'm familiar with PHP and MySQL but search the DB direct seems to be the wrong direction to take.

Thanks

Hey MatG

You can access JAMF API's at the JSS URL and adding a /api at the end of the url for example:

jss.domain.com:8443/api
or
companyname.jamfcloud.com/api

This should land you on the pages for docs on using the API

Hope this helps

Shawn OG