curl --request GET \
--url https://api.comfy.org/users \
--header 'Authorization: Bearer <token>'{
"email": "<string>",
"id": "<string>",
"isAdmin": true,
"isApproved": true,
"name": "<string>"
}curl --request GET \
--url https://api.comfy.org/users \
--header 'Authorization: Bearer <token>'{
"email": "<string>",
"id": "<string>",
"isAdmin": true,
"isApproved": true,
"name": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://dripart-mintlify-e28287af.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?