v1
latestOpenAPI 3.1.12026-07-242899061.7 MBTarget Of Evaluation TOE
This endpoint allows the user to search for a TOE by a valid domain or hostname.
This endpoint allows the user to search for a TOE by a valid domain or hostname. The user must provide a valid domain or hostname in domain query param.
get/v1/toes/by_domains
Query parameters
domainstring required
Example:riskrecon.com
Search TOEs by domain or hostname. This must be a valid domain or hostname.
Response
OK
Example response
[
{
"toe_id": "5976423a-ee35-11e3-8569-14109ff1a304",
"toe_name": "Riskrecon, CO.",
"seed_hostnames": [
"riskrecon.com"
],
"toe_type": "parent",
"subscription_level": "2",
"assessment_frequency": "continuous",
"hq_location": "Sampson street",
"duns_numbers": [
"12345"
],
"toe_size": "xl"
}
]