Skip to main content
POST
/
scanners
/
{scanner_uid}
/
trigger
Trigger Scanner Run
curl --request POST \
  --url https://oathnet.org/api/scanners/{scanner_uid}/trigger \
  --header 'x-api-key: <api-key>'
{
  "message": "<string>",
  "scanner_uid": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.oathnet.org/llms.txt

Use this file to discover all available pages before exploring further.

Queue an immediate run for an active scanner.

Authorizations

x-api-key
string
header
required

API key for authentication (lowercase header name)

Path Parameters

scanner_uid
string
required

Response

202 - application/json

Raw trigger acknowledgment

message
string
scanner_uid
string