Creates a new benefit for a community. Optionally assign it to membership tiers during creation.Documentation Index
Fetch the complete documentation index at: https://api.docs.onlydrams.app/llms.txt
Use this file to discover all available pages before exploring further.
URL Parameters
The ID of the community
Request Body
Benefit name (max 200 characters)
Benefit description (max 1,000 characters)
Display position (default: 0)
Status:
active or archived (default: active)Array of tier IDs to assign this benefit to (optional)
Returns
Returns the created benefit object with assigned tiers.Notes
- Authorization: Community owner or admin only
- Tier Assignment: Tier IDs must belong to the same community
- Position: Lower numbers appear first in listings
- Status: Defaults to
activeif not specified

