Back to top

Step 2 — Call Knox cloud services APIs with access token

Last updated February 12th, 2025

You can use the access token obtained in Step 1 – Get access token to call Knox cloud services APIs.

For example, a cURL request for Knox Asset Intelligence service:

curl --location 'https://api.samsungknox.com/kai/v1/settings' \
     --header 'Authorization: Bearer aB1cDE......fG2itijk'

A sample response for the Knox Asset Intelligence request above:

{ 
    "battery": 
        { "batteryLevelThresholds": [] },
    "enrollment": 
        { "allowEnrolledToKnoxConfigure": false } 
}

Supported services

The Knox cloud services that support OAuth 2.0 are:

  • Knox Asset Intelligence

  • Knox Mobile Enrollment

  • Knox MSP Portal

  • Knox Webhook Notification

Is this page helpful?