Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?