Last updated 7 days 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.
curl -L \ --request POST \ --url 'https://sentinel.metatable.dev/api/v1/is-banned' \ --header 'Content-Type: application/json' \ --data '{ "userId": 1, "experienceId": 1 }'
{ "isBanned": false, "isAppealed": true, "isActive": false, "expires": 0 }