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

Authorizations

Authorization
string
header
required

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

Response

Reflection list returned

items
object[]
required
total
integer
required

Total number of reflections