Skip to main content
POST
/
achievements
Create Achievement
curl --request POST \
  --url https://www.api.baselink.tech/achievements \
  --header 'bearer: <api-key>'
{
  "success": true,
  "achievementId": "<string>"
}
Create a new achievement for a user. This endpoint is restricted to admin users only.
success
boolean
Indicates if the achievement was created successfully.
achievementId
string
The ID of the newly created achievement.