cURL
curl --request GET \ --url https://alfred.black/api/v1/learning/instincts \ --header 'Authorization: Bearer <token>'
{ "items": [], "total": 8 }
Returns all instincts (learned routing patterns). Instincts are formed by nightly reflection when at least 3 observations show the same pattern.
API key in the format alf_<32 hex chars>. Pass in the Authorization header as Bearer alf_....
alf_<32 hex chars>
Bearer alf_...
Instinct list returned
Total number of instincts
Was this page helpful?