Skip to main content

Last earned badges

  • inSided SuperAdmin has unlocked a badge
    Innovator
    Innovator

    You're full of bright ideas!

  • Theodore has unlocked a badge
    Innovator
    Innovator

    You're full of bright ideas!

  • Raphael has unlocked a badge
    Innovator
    Innovator

    You're full of bright ideas!

  • Eliza has unlocked a badge
    Expert
    Expert

    You are an expert

  • Eliza has unlocked a badge
    Easy talker
    Easy talker

    You are helpful

  • Eliza has unlocked a badge
    Innovator
    Innovator

    You're full of bright ideas!

fetch('https://api2-eu-west-1.almostinsided.com/user/username/w.mkayes', { headers: { 'Authorization': 'c6003b2d-b29a-4c67-970b-c64ab87ff99e' } }).then(response => response.json()) .then(data => { const profileFields = data.result.profileFields; const progressField = profileFields.find(field => field.name === 'progress'); const progress = progressField ? progressField.NormalizedValue : null; console.log('Progress:', progress); }) .catch(err => console.error('Failed to fetch user:', err));