Download OpenAPI specification:Download
Public API for external connector authentication
A recipient system can open a connection with Kaspersky Industrial CyberSecurity for Networks through an external API only using the HTTPS protocol and access tokens. An access tokens can be obtained only 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 Example: grant_type=refresh_token Type of a token request. Indicated in the query string, not in the query body. Possible values:
|
refresh_token | string Example: refresh_token=refresh-token2***** Refresh token value. Indicated in the query string, not in the query body. It is defined only if grant_type=refresh_token. |
{- "access_token": "access-token1*****",
- "token_type": "bearer",
- "expires_in": 60,
- "refresh_token": "refresh-token2*****"
}