This article will help you to integrate Kandji for your desk booking experience with PULT.
- Need (read-only) API-Access to the device resources
-
Navigate to your Kandji dashboard, go to
Settings > Access > API Token
and click onAdd API Token
-
Fill out the basic things (name, optionally description), click on
Create
, copy theToken
and click onNext
-
Configure the API Permissions by clicking on
Configure
. Now make sure that the following API Permission are enabled:- Device details (
GET /api/v1/devices/{device_id}/details
) - Device list (
GET /api/v1/devices
) - Device ID (
GET /api/v1/devices/{device_id}
)
- Device details (
-
Now you’ll have the API URL and API Token.