Garment.id
🇺🇸 English
  • 🇮🇩 Indonesian
  • 🇺🇸 English
HomeCore API
Tenant APISupport CenterChangelog
HomeCore API
Tenant APISupport CenterChangelog
Github
Instagram
|
🇺🇸 English
  • 🇮🇩 Indonesian
  • 🇺🇸 English
🇺🇸 English
  • 🇮🇩 Indonesian
  • 🇺🇸 English
  1. Auth Activity
  • Authentication
    • Google OAuth Redirect
      GET
    • Google OAuth Callback
      GET
    • Register
      POST
    • Login
      POST
    • Refresh Token
      POST
    • Login with Google
      POST
    • Two Factor Challenge
      POST
    • Request Password Reset
      POST
    • Reset Password
      POST
    • Verify Email
      GET
    • Resend Verification Email
      POST
    • Select Tenant
      POST
    • Tenant Onboarding
      POST
    • Logout
      POST
    • Logout All
      POST
    • Me
      GET
  • Auth Activity
    • Auth Activities
      GET
    • Suspicious Activities
      GET
    • Tenant Auth Activities
      GET
    • User Security Activities
      GET
  • Billing
    • Public Plan Catalog
      GET
    • Billing Webhook
      POST
    • Billing Audit List
      GET
    • Billing Audit Detail
      GET
    • List Plans
      GET
    • Upsert Plan
      PUT
    • Upsert Plan Feature Value
      PUT
    • List Features
      GET
    • Upsert Feature
      PUT
  • Master Data
    • List Master Taxonomies
    • Create Master Taxonomy
    • Master Taxonomy Detail
    • Update Master Taxonomy
    • Delete Master Taxonomy
HomeCore API
Tenant APISupport CenterChangelog
HomeCore API
Tenant APISupport CenterChangelog
Github
Instagram
|
🇺🇸 English
  • 🇮🇩 Indonesian
  • 🇺🇸 English
🇺🇸 English
  • 🇮🇩 Indonesian
  • 🇺🇸 English
  1. Auth Activity

Suspicious Activities

GET
http://localhost/api/v1/auth/activities/suspicious
Auth Activity
Terakhir diubah:2026-03-03 19:48:55
OperationId:central.auth.activities.suspicious
Daftar aktivitas mencurigakan dalam scope tenant.

Request

Otorisasi
Berikan token Bearer anda pada header
Authorization
ketika melakukan request ke resource yang dilindungi.
Contoh:
Authorization: Bearer ********************
Query Parameter

Response

🟢200
application/json
Body

🟠401AuthenticationException
🟠422ValidationException
request Contoh Request
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost/api/v1/auth/activities/suspicious?event_type&user_id&status&scope&auth_method&method&suspicious&sort_by&sort_dir&from_date&to_date&per_page&page' \
--header 'Authorization: Bearer <token>'
response Contoh Response
200 - Contoh 1
"string"
Diubah pada 2026-03-03 19:48:55
Sebelumnya
Auth Activities
Berikutnya
Tenant Auth Activities
Built with