Get information about available API roots and server capabilities.
Encode your credentials in the format taxii2:<YOUR_API_KEY> using Base64 and include them in the Authorization header. An API key is required for all requests.
Some tools require a username and password separately. Use taxii2 as the username and your API key as the password. The client will automatically encode this as taxii2:<YOUR_API_KEY> and convert to Base64.
If using Try It: Use the username/password method for HTTP Basic Authorization.
Media type used for content negotiation. Use application/taxii+json;version=2.1 for TAXII requests.
Standard method required by the TAXII specification. Use in production environments.
Media type used for content negotiation. Use application/taxii+json;version=2.1 for TAXII requests.
Specific to Pulsedive's implementation. Best for testing and debugging, manual API exploration, and simple curl commands. For production deployments, use HTTP Accept Header.
Indicates whether to format returned JSON results.
For pretty-printed output, set to 1. For compact output, set to 0.
0, 1