Auth Activity
Terakhir diubah:2026-03-03 19:40:50
OperationId:central.auth.activities.user-security
Aktivitas terkait keamanan user seperti PIN, password, session, dan token.
Request
Berikan token Bearer anda pada header Authorization
ketika melakukan request ke resource yang dilindungi. Contoh:Authorization: Bearer ********************
Response
application/json
curl --location 'http://localhost/api/v1/auth/activities/user-security?event_type=undefined&user_id=undefined&status=undefined&scope=undefined&auth_method=undefined&method=undefined&suspicious=undefined&sort_by=undefined&sort_dir=undefined&from_date=undefined&to_date=undefined&per_page=undefined&page=undefined' \
--header 'Authorization: Bearer <token>'
Diubah pada 2026-03-03 19:40:50