MevzuatRadar DokümantasyonRegTech API ve entegrasyon

Doğrulama Raporları API

GET /api/v1/verification-reports
GET /api/v1/verification-reports/:id

Enterprise verification run raporlarını listeler veya tek rapor detayını döndürür. Bu yüzey verification:read permission ister ve OpenAPI spec içinde yalnız public-safe rapor kontratı olarak yayınlanır.

AlanDeğer
Authx-api-key veya JWT
Permissionverification:read
PlanEnterprise-only

Liste Sorgusu

page, limit, status, sourceType, analysisDepth, search, profileId, regulatorCode, scenarioKey

Detay Yolu

ParametreTipNot
idstringOrganization scoped verification run id

Yanıt

List endpointi data.items[] ve data.meta ile döner. Detail endpointi tek serialized verification report döndürür; run organization filtresiyle aranır ve başka tenant raporu 404 gibi davranır.

Hata Kodları

StatusAnlam
401API key veya JWT eksik/geçersiz
403Enterprise plan veya verification:read yok
404Rapor bulunamadı veya tenant kapsamı dışında
429Rate limit aşıldı

Örnekler

curl -s "https://api.mevzuatradar.com/api/v1/verification-reports?status=COMPLETED&limit=20" \
-H "x-api-key: $MEVZUATRADAR_API_KEY"

Detail çağrısı aynı auth header ile GET /api/v1/verification-reports/{id} yolunu kullanır.