Cortex XSOAR API
Generate API keys and make API calls in Cortex XSOAR 8 SaaS.
Before you can begin using Cortex XSOAR APIs, you must generate the following items from Cortex XSOAR:
API Key
The API Key is your unique identifier used as the Authorization:{key} header required for authenticating API calls.
Depending on your desired security level, you can generate two types of API keys, Advanced or Standard.
The Advanced key hashes the key using a nonce, a random string, and a timestamp to prevent replay attacks. cURL does not support this but it can be used with scripts.
API Key ID
The API Key ID is your unique token used to authenticate the API Key. The header used when running an API call is x-xdr-auth-id:{key_id}.
FQDN
The FQDN is a unique host and domain name associated with each tenant. When you generate the API Key and Key ID, you are assigned an individual FQDN.
The API is documented in detail in the Cortex XSOAR API Reference Guide.
Cortex XSOAR API URIs comprise of your unique FQDN, the API name, and the name of the call. For example, https://api-{fqdn}/xsoar/{name of api}/{name of call}/.
The following steps describe how to generate the necessary key values.
Last updated
Was this helpful?
