Download OpenAPI specification:Download
Public API for external connector authentication
A recipient system can open a connection with Kaspersky Anti Targeted Attack Platform through an external API only using the HTTPS protocol and access tokens. Access tokens can be obtained only using certificates that were issued in the current installation of Kaspersky Anti Targeted Attack Platform for connectors. The procedure for creating and configuring connectors is described in the main user documentation for Kaspersky Anti Targeted Attack Platform.
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*****"
}