Updated API documentation with live interaction is now available in the product dashboard under API Docs.
Generate an API Token
Once you have access, go to the profile page and generate an API JWT token. Store it securely — you’ll need it for every request to the APIs described in this documentation. Every request must include your token in theAuthorization header. The example below targets /api/v1/version, an endpoint that doesn’t actually require authorization.
HTTP Request
Python Request
simple-http-request.py
Organization Selection
For certain APIs, especially those related to scanning and resource management, you must specify the organization context. You can do this in two ways:- Header:
X-Org-Idset to your organization’s ID. - Query parameter:
org_id=YOUR_ORG_IDappended to the URL.

