Skip to content
TALA
Esc
navigateopen⌘Jpreview

Get the caller sign-in history

Own rows only. provider is null for a password sign-in — only the OAuth path records one. Failed attempts are not listed and cannot be: they are written with no user attached.

GET/api/timeline/logins
Authorization
AuthorizationBearer token (JWT) · headerrequired
Query parameters
pagenumber
min 0 · default: 0
perPagenumber
min 1 · max 100 · default: 10
qstring
Responses
200
Try it
Server
Authorization
Parameters
Request
curl -X GET "http://localhost:8000/api/timeline/logins" \
  -H "Authorization: Bearer YOUR_TOKEN"
Response
No example response.