get https://yourServer.jamfcloud.com/api/v1/auth
Get all the authorization details associated with the current api token
Additional information about authentication, including a Postman collection, can be found in the Jamf Pro API Overview.
Response
Get all the authorization details associated with the current api token
Additional information about authentication, including a Postman collection, can be found in the Jamf Pro API Overview.
xxxxxxxxxx
curl --request GET \
--url https://yourserver.jamfcloud.com/api/v1/auth \
--header 'accept: application/json'