Step 2 — Call Knox cloud APIs with access token
Last updated December 21st, 2023
Access token obtained in the previous step is used to call Knox cloud APIs.
Example:
curl
--location 'https://api.samsungknox.com/ke/v1/campaignSchemas' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer vS5bXSmAwQ2t5pHp8bTWtyN82rGOiBjw2bVqrf-hG237GqUKgDU_72iBybh5_kbgQL0DiWNoSDObgO3xhBrbaEXqnzVh9Jm7eTRzl28KKRAvp1snC8OI7zh0VYtT8ftt'
Please refer to a specific Knox web service for list of available APIs.
Is this page helpful?