ESET Online Help

Search
Select the topic

API

The API offers another way to access the ESET Threat Intelligence (ETI) portal.

1.Swagger UI for ESET Threat Intelligence API is available at:

https://preview-eti.eset.com/docs/api/public/v2


note

What is Swagger?

Swagger is an open-source software framework that helps developers design, build, document, and consume RESTful Web services. You can interact with the API using the Swagger UI. The Swagger UI allows direct connections to live APIs through a web page. You can create requests on the web page and explore API calls on live data.

Swagger UI provides complete pre-fabricated API calls. You only need to change the parameter values in the calls. All Swagger (also all API) calls are executed on your real account with your real data. Do not use it as a playground.

To use ESET Threat Intelligence API, you must create the API token:

2.Click your profile in the upper bar.

3.Click Access tokens and credentials > Generate API token.

api_token_1

4.In the following window, the API Token and the Authorization header value will be displayed.

api_token_2


warning

Ensure to save your API token. This window is the only place where you can access the API token.


note

Authorization header value represents the API token; you can use this value in an HTTP request. Authorization header type for API is Bearer.

5.Now you can use the ESET Threat Intelligence API.


note

Fair Use Policy limitations may apply.