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 user.

Parameters

No parameters.

Returns

Returns a user object, and returns an error otherwise.
  curl -H "Authorization: $ACCESS_TOKEN" \
    --request GET \
    --url https://api.onlydrams.app/api/v1/users/:id
{
	"id": "eff75b69-f723-43ea-96b7-1e98ac96ceac",
	"email": "test@example.com",
	"username": "OnlyDrams",
	"avatar_url": null,
	"collection_count": 31,
	"following": 0,
	"followers": 12,
	"is_following": false,
	"tier": null,
	"beta": false,
	"account_type": "user"
}