Create Badge
POST/api/v1/external/gamification/badges
Create a new badge.
- If automation is enabled, then the badge will be assigned to the users automatically.
- Automation may take time to reflect.
There are two types of badges automation -
- Automation by points threshold - When user reaches this points threshold, the badge will be assigned to the user automatically, if points fall below the threshold then it will be removed from the user.
- Automation by mango subscription - When user subscribes to any of these mangoes, then the badge will be assigned to the user automatically. If subscription expired or removed then it will be removed from the user.
Note Only one of the automation type can be enabled at a time.
Request
Responses
- 201
- 400
- 401
Badge created successfully
Invalid request
Invalid token