Ana içeriğe atla
GET
/
users
/
me
Kullanıcı profilini getir
curl --request GET \
  --url https://app.azalt.co/api/v1/users/me \
  --header 'Authorization: Bearer <token>'
{
  "name": "<string>",
  "phone": "<string>",
  "email": "<string>",
  "locale": "<string>"
}

Yetkilendirmeler

Authorization
string
header
gerekli

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Yanıt

Successful response

name
string | null
gerekli
phone
string | null
gerekli
email
string
gerekli
locale
string | null
gerekli