Scanner
Authorizations
Query parameters
wkspIdstringRequired
Workspace ID of the user
Body
id1stringRequiredExample:
First jsmon ID
abc123
id2stringRequiredExample:
Second jsmon ID
xyz456
Responses
200
Differences between detected words in the two scanner results
application/json
400
Invalid jsmon IDs
application/json
403
Access denied to workspace
application/json
404
Validation failed
application/json
500
Internal server error
application/json
post
/scanner/compare-resultsPOST /scanner/compare-results?wkspId=text HTTP/1.1
Host: api-dev.jsmon.sh
Content-Type: application/json
Accept: */*
Content-Length: 31
{
"id1": "abc123",
"id2": "xyz456"
}
{
"message": "Detected word differences",
"differences": [
{
"name": "apiKeys",
"removed": [
"text"
],
"added": [
"text"
]
}
]
}