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 highlighted communities.

Parameters

No parameters.

Returns

Returns a list of highlighted communities.
  curl -H "Authorization: $ACCESS_TOKEN" \
    --request GET \
    --url https://api.onlydrams.app/api/v1/widgets/communities
{
	"total": 1,
	"has_more": false,
	"data": [
		{
			"id": "3fc0ed79-ba23-49f1-b5ec-c107819447f4",
			"name": "SLB Drinks",
			"member_count": 0,
			"banner_url": "https://assets.onlydrams.app/4guqgfyytdlfgekiuiu556dbtw0y",
			"designation": "new"
		},
	]
}