...
Managing API Integrations:
Navigate to “Preferences”.In the API Integration tab, you can generate, refresh or delete a new API key.
...
Info |
---|
Each user can create only one API key. |
Deploying Your API Integration:
Step 1: After creating the API key in AssetIT, copy the ID and passcode.
Paste them into Step 2: Navigate to the Authentication section of the API documentation to start executing tasks.Perform actions like creating, updating, and deleting assets directly via the API Documentation, bypassing the regular app interface.
...
Step 3: Click “Try it out” in the Authentication section
Step 4: Input the previously copied ID and passcode, then click Execute.
...
Step 5: After executing step 2, the system will provide an Authentication Token as a response.
...
Step 6: Copy the token and paste it to the Authorize button or any locker icon as per your reference.
...
Step 7: It's crucial to prepend the token with "JWT " (including a space after JWT) to activate its functionality properly. Click Authorize to finish.
...
Info |
---|
Exclusive Admin Rights: Only administrators have the authority to create and manage API integrations. |
...