Back to top

Step 3 — Call Knox cloud services APIs with access token

Last updated February 12th, 2025

Access token obtained in Step 2 – Get access and refresh tokens can be used to call Knox cloud services APIs on behalf of an end user, who has provided the authorization consent.

For example, a cURL request for Knox Asset Intelligence:

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

A sample response for the Knox Asset Intelligence request above::

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

Supported services

The Knox cloud services which currently support OAuth 2.0 are:

  • Knox Asset Intelligence

  • Knox Mobile Enrollment

  • Knox MSP Portal

  • Knox Webhook Notification

Is this page helpful?