Ban listesini getir
Sayfalama ve filtreleme ile aktif ban listesini getirir
Sayfalama ve filtreleme ile aktif ban listesini getirir
Authorization
JWT-auth Paste the JWT access token without the Bearer prefix.
In: header
Query Parameters
Sayfa numarası
11 <= valueSayfa başına kayıt sayısı
101 <= value <= 100Banlanan kullanıcı ID filtresi
Banlanan kullanıcı filtresi (ObjectId veya username)
Yayın ID filtresi
Ban türü filtresi
"BLOCK" | "CHAT_ONLY"Filtre başlangıç tarihi (ISO 8601)
Filtre bitiş tarihi (ISO 8601)
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/live-stream-ban"{
"isSuccess": true,
"statusCode": 200,
"data": {
"list": [
{
"id": "abc123",
"username": "john_doe",
"email": "[email protected]"
}
],
"pagination": {
"currentPage": 1,
"totalPages": 5,
"totalItems": 45,
"itemsPerPage": 10,
"hasNextPage": true,
"hasPrevPage": false
}
},
"errors": [],
"timestamp": "2026-05-22T16:11:27.221Z"
}{
"isSuccess": false,
"statusCode": 400,
"data": null,
"errors": [
"Validation failed"
],
"timestamp": "2026-01-15T10:30:00.000Z"
}{
"isSuccess": false,
"statusCode": 401,
"data": null,
"errors": [
"Authentication required"
],
"timestamp": "2026-01-15T10:30:00.000Z"
}{
"isSuccess": false,
"statusCode": 403,
"data": null,
"errors": [
"Insufficient permissions"
],
"timestamp": "2026-01-15T10:30:00.000Z"
}Yayın deneyimi hakkında feedback gönder POST
**Production uyarisi:** Bu endpoint veri degistirir veya operasyon tetikleyebilir. API Playground icinde Production server seciliyse gercek production verisi etkilenir; test icin Development server kullanin. Kullanıcılar yayın sonrası deneyimlerini 1-5 arası puan ve isteğe bağlı yorum ile paylaşabilir. Bir kullanıcı bir yayın için sadece bir kez feedback gönderebilir.
Yeni ban oluştur POST
**Production uyarisi:** Bu endpoint veri degistirir veya operasyon tetikleyebilir. API Playground icinde Production server seciliyse gercek production verisi etkilenir; test icin Development server kullanin. Kullanıcıyı belirli bir canlı yayından banlar