Download OpenAPI specification:Download
Public API for external connector authentication
A recipient system can open a connection with Kaspersky Industrial CyberSecurity for Networks via External API only by using the HTTPS protocol and access tokens. Access tokens can be obtained only by using certificates that were issued in the current installation of Kaspersky Industrial CyberSecurity for Networks for connectors. The procedure for creating and configuring connectors is described in the main user documentation for Kaspersky Industrial CyberSecurity for Networks.
version required | string |
grant_type | string Type of token request. Indicated in the query string, not in the query body. It can take one of the following values:
|
refresh_token | string Refresh token value. Indicated in the query string, not in the query body. It is defined only if grant_type=refresh_token. |
{- "access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIGFjY2VzcyIsImlhdCI6MTUxNjIzOTAyMn0.ZUcEhW_cwuJuNXdZQBoxvcNvlBhRC2kKswhkY_xeVcI",
- "token_type": "bearer",
- "expires_in": 120,
- "refresh_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c"
}