curl --request GET \
--url https://cloud.comfy.org/api/user \
--header 'X-API-Key: <api-key>'{
"status": "<string>"
}Returns information about the currently authenticated user
curl --request GET \
--url https://cloud.comfy.org/api/user \
--header 'X-API-Key: <api-key>'{
"status": "<string>"
}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.
Success
User information response
User status (active or waitlisted)
Was this page helpful?