cURL
curl --request GET \ --url https://api.comfycontrol.app/v1/user \ --header 'Authorization: Bearer <token>'
{ "401": {}, "id": "<string>", "name": "<string>", "email": "<string>", "deleted": true, "tier": "<string>", "provider": "<string>", "created_at": "<string>", "updated_at": "<string>" }
Retrieve your user profile information
free
pro
plus
enterprise
github
google
{ "id": "7c9e6679-7425-40de-944b-e07fc1f90ae7", "name": "John Doe", "email": "[email protected]", "deleted": false, "tier": "pro", "created_at": "2024-01-01T00:00:00Z", "updated_at": "2024-01-15T10:30:00Z" }