Developers
SiberVan Academy ile
Güçlü Entegrasyonlar
Kurumunuzun İK sistemlerini SiberVan Academy'e bağlayın. Otomatik kullanıcı tanımlama, rapor çekme ve skor takibi için REST API'mizi kullanın.
const getUserStats = async (id) => {
const response = await fetch(
'https://api.e-siber.com/v1/users/$id',
);
return response.json();
}

