The following table describes some of the API changes for Cortex XSOAR 8.
Feature | Comments |
---|---|
API Key | Standard and Advanced keys: You can create Standard or Advanced Keys (default is Advanced). Standard keys can be used via CURL, and still require the key in the authorization header, but also require an additional header ( Advanced keys require a nonce to prevent replay attacks which is sent in headers. |
API Structure | The API is now like Cortex XDR, where the API is not the server URL, but rather: Example of an old API Call with server URL: Example of a new API Call with API URL: |