Integrating with the Bright APIUpdated 6 months ago WIZAdding an Integration to a ProjectCopy PagePrerequisites: AuthenticationWorkflow: Retrieving Project & Vulnerability DataStep 1: Get All Available ProjectsStep 2: Get Vulnerabilities for a Specific ProjectStep 3: Get Detailed Information for a Single VulnerabilityStep 4 (Optional): Get Host SummariesHandling PaginationOffset-based Pagination (for static data)Cursor-based Pagination (for volatile data)FAQ & API BehaviorHow does the projectIssueId work across scans?What's the difference between the name and type fields for an issue?Can I get group names or host lists in the main GET /api/v2/projects/{projectId} call?