Skip to main content
GET
/
v1
/
engines
List available engines
curl --request GET \
  --url https://api-mycroft.sherlocker.com.br/api/v1/v1/engines \
  --header 'Authorization: Bearer <token>'
{
  "engines": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "description": "<string>",
      "isTemplate": true,
      "ruleCount": 0
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Engine list

engines
object[]
required