Skip to main content
POST
Create Scan

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Idempotency-Key
string | null
Required string length: 8 - 200
X-Correlation-ID
string | null
authorization
string | null

Body

application/json
repository_id
string
required
workspace_id
string
required
client_request_id
string | null
Required string length: 8 - 200
config
Config · object
scan_type
string
default:security
Pattern: ^(security|onboarding|full)$
source_ref
string | null
Maximum string length: 256
trigger_type
string
default:manual
Pattern: ^(manual|onboarding|scheduled|deployment|api)$

Response

Successful Response

The response is of type Response Create Scan Api V1 Scans Post · object.

Last modified on July 28, 2026