Sanctions Türkiye
  1. Schemas
Sanctions Türkiye
  • Health
    • Servis sağlık kontrolü
  • Auth
    • Kullanıcı girişi
    • Access token yenile
    • Aktif oturumu getir
  • Users
    • Kurum kullanıcılarını listele
    • Yeni kullanıcı oluştur
    • Kullanıcı bilgilerini güncelle
    • Kullanıcıyı pasife çek
  • API Keys
    • API anahtarlarını listele
    • Yeni API anahtarı oluştur
    • API anahtarını güncelle
    • API anahtarını sil
  • Customers
    • Müşterileri listele
    • Müşteri oluştur
    • Müşteri detay
    • Müşteri güncelle
    • Müşteriyi sil
  • Screenings
    • Screening kayıtlarını listele
    • Yeni screening başlat
    • Screening detayını getir
    • Screening kararını güncelle
  • Search
    • Yaptırım araması (GET)
    • Yaptırım araması (POST)
    • API anahtarı ile arama (GET)
    • API anahtarı ile arama (POST)
  • Search Logs
    • Arama loglarını listele
    • Arama logu detayı
  • API Key Logs
    • API key isteklerini listele
    • API key log detayı
  • Schemas
    • Schemas
      • ErrorResponse
      • AuthLoginRequest
      • AuthRefreshRequest
      • AuthSession
      • UserResponse
      • UserCreateRequest
      • UserUpdateRequest
      • ApiKeyResponse
      • ApiKeyCreateRequest
      • ApiKeyUpdateRequest
      • CustomerRequest
      • CustomerResponse
      • PaginatedCustomers
      • ScreeningHit
      • ScreeningRequest
      • ScreeningDecisionRequest
      • ScreeningResponse
      • PaginatedScreenings
      • SearchIdentifier
      • SearchQuery
      • EntityRecord
      • SanctionRecord
      • SearchResultItem
      • SearchResponse
      • SearchLogResponse
      • PaginatedSearchLogs
      • ApiKeyLogResponse
      • PaginatedApiKeyLogs
  1. Schemas

PaginatedApiKeyLogs

{
    "items": [
        {
            "_id": "string",
            "institutionId": "string",
            "apiKeyId": "string",
            "keyHash": "string",
            "success": true,
            "errorType": "missing_key",
            "errorMessage": "string",
            "requestPath": "string",
            "requestMethod": "string",
            "origin": "string",
            "referer": "string",
            "userAgent": "string",
            "ip": "string",
            "responseTime": 0,
            "createdAt": "2019-08-24T14:15:22.123Z",
            "updatedAt": "2019-08-24T14:15:22.123Z"
        }
    ],
    "pagination": {
        "page": 0,
        "pageSize": 0,
        "total": 0,
        "totalPages": 0
    }
}
Built with