Ana içeriğe atla
GET
/
v1
/
accounts
/
{userId}
Hesap Bilgilerini Getir
curl --request GET \
  --url https://api.iklim.co/v1/accounts/{userId}
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "INDIVIDUAL",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"mobilePhoneNumber": "<string>",
"location": "<string>",
"company": "<string>",
"industry": "<string>",
"profilePictureUrl": "<string>",
"subscriptionPlan": "NONE",
"emailVerified": true,
"mobilePhoneNumberVerified": true
}

Path Parameters

userId
string
required

Response

Hesap detayları başarıyla getirildi

id
string<uuid>

Hesap Kimlik Belirteci

userId
string<uuid>

Kullanıcı Kimlik Belirteci

type
enum<string>

Hesap Türü

Mevcut seçenekler:
INDIVIDUAL,
ORGANIZATION
createdAt
string<date-time>

Hesap Oluşturulma Tarihi

updatedAt
string<date-time>

Hesap Güncellenme Tarihi

mobilePhoneNumber
string

Hesabın Mobil Telefon Numarası

location
string

Hesabın Adresi

company
string

Hesabın Şirket Adı

industry
string

Hesabın Endüstri/Sektör Bilgisi

profilePictureUrl
string

Hesabın Profil Resmi Bağlantısı

subscriptionPlan
enum<string>

Hesabın Abonelik Planı

Mevcut seçenekler:
NONE,
TRIAL,
BASIC_MONTHLY,
BASIC_YEARLY,
PREMIUM_MONTHLY,
PREMIUM_YEARLY,
CUSTOM
emailVerified
boolean

E-posta Doğrulandı Mı?

mobilePhoneNumberVerified
boolean

Mobil Telefon Numarası Doğrulandı Mı?