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>",
  "settings": {},
  "currentOrganizationId": "<string>",
  "currentOrganizationName": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.azalt.co/llms.txt

Use this file to discover all available pages before exploring further.

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
settings
object
gerekli
currentOrganizationId
string | null
gerekli
currentOrganizationName
string | null
gerekli