Skip to main content
GET
/
achievements
/
showcase
/
:userId
Get Showcase Achievements
curl --request GET \
  --url https://www.api.baselink.tech/achievements/showcase/:userId \
  --header 'bearer: <api-key>'
{
  "showcaseAchievements": [
    {}
  ],
  "showcaseAchievements[].id": "<string>",
  "showcaseAchievements[].type": "<string>",
  "showcaseAchievements[].title": "<string>",
  "showcaseAchievements[].description": "<string>",
  "showcaseAchievements[].metadata": {}
}
Retrieve showcase achievements for a specific user.
showcaseAchievements
array
Array of showcase achievement objects for the user.
showcaseAchievements[].id
string
The unique identifier of the achievement.
showcaseAchievements[].type
string
The type/category of the achievement.
showcaseAchievements[].title
string
The title of the achievement.
showcaseAchievements[].description
string
The description of the achievement.
showcaseAchievements[].metadata
object
Additional metadata for the achievement.