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