curl --request POST \
--url https://bloodhound.specterops.io/openapi.json/api/v2/clients/error \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"task_error": "<string>",
"additional": {}
}
'"[this request has no response data]"Endpoint for clients to log enumeration errors.
Note: caller must be a client. For users, this endpoint will return a 404 as they are not expected or allowed to call this endpoint.
curl --request POST \
--url https://bloodhound.specterops.io/openapi.json/api/v2/clients/error \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"task_error": "<string>",
"additional": {}
}
'"[this request has no response data]"Authorization: Bearer $JWT_TOKEN
Prefer header, used to specify a custom timeout in seconds using the wait parameter as per RFC7240.
x >= 0The request body for logging a client enumeration error
No Content This response will contain no response body.
The response is of type string.