GET
/
v0
/
user
/
basic-info
curl --request GET \
  --url 'https://api.unify.ai/v0/user/basic-info' \
  --header "Authorization: Bearer $UNIFY_KEY"
{}
Get basic information for the authenticated user.

Authorizations

Authorization
string
required
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
curl --request GET \
  --url 'https://api.unify.ai/v0/user/basic-info' \
  --header "Authorization: Bearer $UNIFY_KEY"
{}