About the API Tokens Resource

You can use LogicMonitor’s REST API to programmatically manage the API Tokens associated with your LogicMonitor account.  Specifically, you can: Get a list of API Tokens Get information about a particular user’s API Tokens Add API Tokens Update API Tokens Delete API Tokens Note: As with all of our API calls, authentication is required.   … Continued

Add API Tokens

Overview You can use LogicMonitor’s REST API to programmatically add API tokens. As with all of our API calls, authentication is required. HTTP Method: POST URI: /setting/admins/{adminID}/apitokens (where adminID is the Id of the user for which you’d like to add API tokens; you can get this Id from the Users resource) Request Parameters: You … Continued

Update API Tokens

Overview You can use LogicMonitor’s REST API to programmatically update API tokens. For example, you may enable/disable tokens. As with all of our API calls, authentication is required. HTTP Method: PUT Resource URI: /setting/admins/{adminID}/apitokens/{apiTokenID} (where adminID is the ID of the user whose API tokens you intend to update, and apiTokenID is the ID of … Continued

Get API Tokens

Overview You can use LogicMonitor’s REST API to programmatically get information about the API tokens in your account. Specifically, you can: Get all API tokens in the account Get information about a particular user’s API tokens Note: As with all of our API calls, authentication is required. Get All API Tokens HTTP Method: GET URI: … Continued

Delete API Tokens

Overview You can use LogicMonitor’s REST API to programmatically delete API tokens. As with all of our API calls, authentication is required. HTTP Method: DELETE Resource URI: /setting/admins/{adminID}/apitokens/{apiTokenID} (where adminID is the id of the user you’d like to delete API Tokens for, which you can get via the users resource, and apiTokenID is the id … Continued