Skip to main content
POST
/
api
/
v2
/
saved-queries
/
import
Import one or more cypher queries.
curl --request POST \
  --url https://bloodhound.specterops.io/openapi.json/api/v2/saved-queries/import \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '"<string>"'
"[this request has no response data]"
Applies to BloodHound Enterprise and CE

Authorizations

Authorization
string
header
required

Authorization: Bearer $JWT_TOKEN

Body

Request body should be a JSON or Zip file.

The body is of type file.

Response

No Content This response will contain no response body.

The response is of type string.