Request example
CURLcurl -X GET "https://api.buddy.works/user" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json"
EXAMPLE RESPONSE{ "url": "https://api.buddy.works/user", "html_url": "https://app.buddy.works/my-id", "id": 123, "name": "john.doe", "avatar_url": "https://app.buddy.works/image-server/user/0/0/0/0/0/0/123/a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6/w/32/32/AVATAR.png?ts=1724320218123", "workspaces_url": "https://api.buddy.works/workspaces", "email": "john.doe@company.com" }
STATUS200 OK