Skip to main content

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.

Returns a list of tiers for a community.

Parameters

No parameters.
community_id
string
required
The ID of the community

Returns

Returns a list of tiers for a community.
curl -H "Authorization: $ACCESS_TOKEN" \
	--request GET \
	--url https://api.onlydrams.app/api/v1/communities/:community_id/tiers
[
	{
		"id": "8f3c656b-1042-4052-9ca7-12c3cf5b4e21",
		"name": "Bronze Supporter",
		"price": 499,
		"joinable": true,
		"community_benefits": [
			{
				"id": "342e19a8-e5b8-47d5-86ff-4190da27b3ab",
				"name": "Early Access to Posts"
			},
			{
				"id": "c6a9d3af-c6a6-4cbe-8513-3ed6658dbeae",
				"name": "Exclusive Discord Channel"
			},
			{
				"id": "6add6924-0d92-413d-a3bb-eea2807bb725",
				"name": "Monthly Newsletter"
			}
		]
	},
	{
		"id": "d9fae77d-8820-457b-953c-d13dd05c012a",
		"name": "Silver Supporter",
		"price": 999,
		"joinable": true,
		"community_benefits": [
			{
				"id": "342e19a8-e5b8-47d5-86ff-4190da27b3ab",
				"name": "Early Access to Posts"
			},
			{
				"id": "c6a9d3af-c6a6-4cbe-8513-3ed6658dbeae",
				"name": "Exclusive Discord Channel"
			},
			{
				"id": "6add6924-0d92-413d-a3bb-eea2807bb725",
				"name": "Monthly Newsletter"
			},
			{
				"id": "a3573e11-26b0-4d09-a054-5cbe8cd77752",
				"name": "Behind-the-Scenes Content"
			},
			{
				"id": "d0e0b994-54e1-4d9d-822a-a63d2d7de919",
				"name": "VIP Discord Role"
			}
		]
	},
	{
		"id": "6f90ccdb-e446-41ef-8681-bea6c85fa8d5",
		"name": "Gold Supporter",
		"price": 1999,
		"joinable": true,
		"community_benefits": [
			{
				"id": "342e19a8-e5b8-47d5-86ff-4190da27b3ab",
				"name": "Early Access to Posts"
			},
			{
				"id": "c6a9d3af-c6a6-4cbe-8513-3ed6658dbeae",
				"name": "Exclusive Discord Channel"
			},
			{
				"id": "6add6924-0d92-413d-a3bb-eea2807bb725",
				"name": "Monthly Newsletter"
			},
			{
				"id": "a3573e11-26b0-4d09-a054-5cbe8cd77752",
				"name": "Behind-the-Scenes Content"
			},
			{
				"id": "d0e0b994-54e1-4d9d-822a-a63d2d7de919",
				"name": "VIP Discord Role"
			},
			{
				"id": "dd0a0ee9-5aa2-4bda-a00a-8b71c00f5363",
				"name": "Monthly Q&A Session"
			},
			{
				"id": "07d7898a-0800-4a1e-a8b7-50c46eb905ca",
				"name": "Priority Support"
			}
		]
	},
	{
		"id": "d0402632-064a-4bb5-ba15-94484d52ffd5",
		"name": "Platinum Supporter",
		"price": 4999,
		"joinable": true,
		"community_benefits": [
			{
				"id": "342e19a8-e5b8-47d5-86ff-4190da27b3ab",
				"name": "Early Access to Posts"
			},
			{
				"id": "c6a9d3af-c6a6-4cbe-8513-3ed6658dbeae",
				"name": "Exclusive Discord Channel"
			},
			{
				"id": "6add6924-0d92-413d-a3bb-eea2807bb725",
				"name": "Monthly Newsletter"
			},
			{
				"id": "a3573e11-26b0-4d09-a054-5cbe8cd77752",
				"name": "Behind-the-Scenes Content"
			},
			{
				"id": "d0e0b994-54e1-4d9d-822a-a63d2d7de919",
				"name": "VIP Discord Role"
			},
			{
				"id": "dd0a0ee9-5aa2-4bda-a00a-8b71c00f5363",
				"name": "Monthly Q&A Session"
			},
			{
				"id": "07d7898a-0800-4a1e-a8b7-50c46eb905ca",
				"name": "Priority Support"
			},
			{
				"id": "18e40192-3dc6-4c99-94d7-05314afcba6c",
				"name": "Custom Badge"
			},
			{
				"id": "deb0c0a9-3734-4764-8d8c-ec3c92ada815",
				"name": "Monthly Video Call"
			},
			{
				"id": "aea2fe6b-2c53-4b27-8c9b-0635e76bbf8d",
				"name": "Name in Credits"
			}
		]
	}
]