API Tools
The following is information about some REST and JSON tools that might help you when using the User APIs.
Arctic Wolf supports User API resources, including helping users troubleshoot User API requests. Arctic Wolf does not write or train users on how to create scripts or code (like using Python).
|
Tool |
Description |
|---|---|
|
REST clients |
Although the intent of the User API is to facilitate easy integration of Arctic Wolf and other systems through the organization's developed code, using or testing the User API doesn't require any specific programming knowledge. Free tools are available for download that allow you to make ad hoc REST requests to the User API. Some examples are: |
|
JSON validators |
User API requests and responses use JSON for the body payload. If the body used in the request doesn't conform to proper JSON formatting, it will result in an HTTP response of 400 - Bad Request. To ensure that your JSON is properly formatted, use one of these free, popular tools:
|