Skip to main content
GET
/
api
/
user
Get current user information
curl --request GET \
  --url https://cloud.comfy.org/api/user \
  --header 'X-API-Key: <api-key>'
{
  "status": "<string>"
}

Authorizations

X-API-Key
string
header
required

API key authentication. Generate an API key from your account settings at https://comfy.org/account. Pass the key in the X-API-Key header.

Response

Success

User information response

status
string
required

User status (active or waitlisted)