Skip to main content
POST
/
v2
/
vulnerabilities
/
echo
Returns the same message that was sent, used for health checks and connectivity testing
curl --request POST \
  --url http://api.scanoss.com/v2/vulnerabilities/echo \
  --header 'Content-Type: application/json' \
  --data '
{
  "message": "<string>"
}
'
{
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.scanoss.com/llms.txt

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

Body

application/json

Echo Message Request.

Echo Message Request.

message
string

Response

A successful response.

Echo Message Response.

message
string