Sentinel Documentation
SDKSubscribeInvite Sentinel
  • GETTING STARTED
    • About Sentinel
    • What's a workspace?
    • Getting Started with Sentinel
      • Linking an Experience
  • 🛡️ Is Sentinel Safe to Use? Addressing Your Security Concerns
  • INFORMATION
    • Features
      • Cross-Platform Tool Suite
      • Account Linking
      • Role Synchronization
      • Advanced Analytics
    • How to get a Discord Role Id
    • Sentinel Roles: Flexible Permission Management
    • Using Sentinel's CRON Jobs to Automatically Unban Players Through Roblox Open Cloud API
    • Anti-Raid Protection & AI Content Moderator by Nebula Labs
    • Role Sync: Automatically Assign Discord Roles Based on Roblox Data
    • AI Content Moderator: Smart Civility
  • Luau SDK
    • BanAPI Documentation
  • RankingAPI Docuemtation
  • EvidenceAPI Documentation
  • DiscordAPI Documentation
  • Open Cloud API
    • Open Cloud API Introduction
    • v1
      • Models
        • BanInfo
      • Routes
        • BansAPI
          • /is-banned
          • /ban-async
          • /pending-bans
          • /pending-unbans
          • /bans
          • /unban-async
          • /export/bans/json
          • /export/bans/csv
        • RankingAPI
          • /group-role
        • EvidenceAPI
          • /evidence/create
          • /evidence/{evidenceGuid}
          • /evidence/{evidenceGuid}/metadata
    • METALink Registry API
  • Webhooks
    • Introduction to Webhooks
    • Security & Authentication for Webhooks
    • Default Payload Schema
    • Payload Dummies
      • DISCORD_BANNED
      • DISCORD_UNBANNED
      • GAME_BAN_UPDATED
      • GAME_BANNED
      • GAME_UNBANNED
  • Blogs
    • 🚀 Introducing Sentinel Tickets: Revolutionizing Discord Support
    • 🚨 Sentinel Evidence System is Now Live for Premium Users! 🚨
    • Sentinel February Update
  • 🚀 Coming Soon: April Platform Update – Sentinel Bot Development
  • March Update
  • AI Content Moderator Beta
  • Legal
    • 6 Month Retention Policy
    • Term's of Service
    • Privacy Policy
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Open Cloud API
  2. v1
  3. Routes
  4. BansAPI

/pending-bans

Previous/ban-asyncNext/pending-unbans

Last updated 7 months ago

Was this helpful?

get
Query parameters
experienceIdnumberRequired
Responses
200
OK
application/json
get
GET /api/v1/pending-bans HTTP/1.1
Host: sentinel.metatable.dev
Accept: */*
200

OK

{
  "list": [
    {
      "isBanned": true,
      "guid": "633197862920433664",
      "workspaceGuid": "f2ab4802-48d6-41ef-82a0-222326092f67",
      "isGlobal": 0,
      "isActive": 1,
      "privateReason": "https://evidence.google.com/some_evidence_video.mp4",
      "publicReason": "Cheating",
      "robloxId": 1,
      "moderatorId": 744482898,
      "created": 1728802934,
      "updated": 1728802934,
      "experienceId": 75521396999004,
      "expires": 0,
      "isAppealed": 0,
      "experienceUniversal": 1,
      "uid": 17,
      "experienceBanCompleted": 0
    }
  ]
}