Skip to main content
GET
/
api
/
v1
/
learning
/
instincts
List Instincts
curl --request GET \
  --url https://alfred.black/api/v1/learning/instincts \
  --header 'Authorization: Bearer <token>'
{
  "items": [],
  "total": 8
}

Authorizations

Authorization
string
header
required

API key in the format alf_<32 hex chars>. Pass in the Authorization header as Bearer alf_....

Response

Instinct list returned

items
object[]
required
total
integer
required

Total number of instincts