Neurons Bots API
The Ivanti Neurons Bots API enables you to access the Neurons Bots. The API can be integrated with the third-party reporting tools.
Available Endpoints
The following are the endpoints with which you can interact.
- authentication: Enables you to retrieve the JWT access token.
- third party integration: Enables you to connect various functionalities from different applications.
HTTP/HTTPS Methods
The following methods are currently supported and are used to denote actions against a resource.
- GET: Reads a resource
Standard Status Codes
Conventional HTTP/HTTPS status codes are used to indicate the success or failure of an API request. For more detailed information, see Response Codes
- 400 indicates a validation error has occurred.
- 401 indicates the requestor is not authorized.
- 404 indicates the not found exception.
- 524 indicates services too busy to respond.