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 single Community object.

Parameters

No parameters.

Returns

Returns a single Community object if one if found for the passed params. If none is round, an error will be returned instead.
  curl -H "Authorization: $ACCESS_TOKEN" \
    --request GET \
    --url https://api.onlydrams.app/api/v1/communities/:id
{
	"id": "bf0b10ae-ad6a-41e6-9908-1c2fe6e4877b",
	"name": "OnlyDrams",
	"avatar_url": null,
	"banner_url": null,
	"about": "OnlyDrams Test Community.",
	"color": "#000000",
	"display_earnings": false,
	"status": "active",
	"can_join": true
}