Skip to main content
GET
/
api
/
v1
/
user-profile
Get user profile
curl --request GET \
  --url https://handauncle-backend-prod-205012263523.asia-south1.run.app/api/v1/user-profile \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "profile": {},
    "cards": [
      {}
    ]
  }
}

Authorizations

Authorization
string
header
required

Auth0 access token for registered users.

Response

User profile retrieved.

success
boolean
data
object