Retrieve uniq leaks count
Endpoint to retrieve uniq leaks count for the provided email.
Authorization
ApiKeyAuth API key for authentication
In: header
Query Parameters
Response Body
application/json
application/json
curl -X GET "https://api.stealed.io/leaks/anonymous?email=string"null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Distinct values for a leak column (autocomplete) GET
Generic autocomplete back-end for any leak-table filter UI. Resolves the target tenant in this order: 1. `?tenant_id_override=<UUID>` query param — workspace MSSP path, validated by `resolve_workspace_override` (403 if caller is not a workspace partner, 404 if the child isn't in their scope). 2. The caller's own tenant — pulled from the auth context. Returns ``{field, values: [{value, count}, …]}`` sorted by count DESC.
Verify Api Key POST
This endpoint only requires the X-Api-Keys header configured to check the validity of an API key and retrieve organization information including monitored domains