cURL
curl --request GET \ --url https://app.gecko.security/api/v1/scans/{scanId}/endpoints \ --header 'X-API-Key: <api-key>'
200
yaml
Returns the scan endpoint definition that Gecko stored for the scan. Gecko returns the raw value and a parsed object when the stored format is JSON.
Team-scoped Gecko API key. Keys start with gk_.
gk_
Scan UUID.
The scan endpoint definition.
"v1"
json
null
Was this page helpful?