Last updated 1 month ago
Was this helpful?
New query parameter "includeEvidence" to have the associatedEvidence field.
Check if a ban is active for a specific userId and experienceId.
POST /api/v1/is-banned HTTP/1.1 Host: sentinel.metatable.dev Content-Type: application/json Accept: */* Content-Length: 29 { "userId": 1, "experienceId": 1 }
Information regarding an ban.
{ "isBanned": false, "isAppealed": true, "isActive": false, "expires": 0 }