Backend API
cURL
curl --request GET \ --url https://api.wacht.dev/analytics/recent-signins \ --header 'Authorization: <api-key>'
{ "signins": [ { "user_id": "1234567890123456789", "user_email": "user@example.com", "signed_in_at": "2024-01-15T10:30:00Z", "method": "password", "ip_address": "192.168.1.1", "user_agent": "Mozilla/5.0..." } ] }
Get list of recent user sign-ins
API key authentication (format: Bearer {api_key})
Number of results to return
1 <= x <= 100
Recent signins
Show child attributes
Was this page helpful?