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 paginated list of Users.

Parameters

No parameters

Returns

Returns a list of users, and returns an error otherwise.
  curl -H "Authorization: $ACCESS_TOKEN" \
    --request GET \
    --url https://api.onlydrams.app/api/v1/users/:id/followers
{
	"total": 12,
	"has_more": false,
	"data": [
		{
			"id": "55cdea56-91fd-450c-a545-df5b01be2e13",
			"email": "philip.spence1@icloud.com",
			"username": "philipspence",
			"avatar_url": "https://storage.googleapis.com/onlydrams/ovdn64axyfuu1ce5ifyd25l0g3kq",
			"collection_count": 103,
			"following": 50,
			"followers": 1,
			"is_following": false,
			"tier": "",
			"beta": false,
			"account_type": "user"
		},
		...
	]
}