Ana içeriğe atla
POST
/
v1
/
accounts
/
account-activation-request
Hesap Aktivasyonu Talebi
curl --request POST \
  --url https://api.iklim.co/v1/accounts/account-activation-request \
  --header 'Content-Type: application/json' \
  --data '{
  "userId": "296ff917-9b4b-4dc1-987d-2c17bdac7133",
  "type": "ORGANIZATION/INDIVIDUAL",
  "mobilePhoneNumber": "905321112233",
  "location": "Cyberpark, Cyberplaza, A Blok, Kat 2, 06800, Bilkent, Ankara, Türkiye",
  "company": "TARLAIO İKLİM VE TARIM TEKNOLOJİLERİ A.Ş.",
  "industry": "Yazılım Geliştirme, SaaS",
  "profilePictureUrl": "https://*******.png",
  "accountActivationPageLink": "https://api-manager.iklim.co/activation/account"
}'
{
"userId": "<string>",
"accountId": "<string>",
"recipientEmail": "<string>",
"tokenExpirationEpoch": 1750423307000,
"emailSent": true
}

Body

application/json
userId
string<uuid>
required

Kullanıcı Aktivasyonu İçin Kullanıcı Kimlik Belirteci

Example:

"296ff917-9b4b-4dc1-987d-2c17bdac7133"

type
enum<string>
required

Kullanıcı Aktivasyonu İçin Hesap Türü

Mevcut seçenekler:
INDIVIDUAL,
ORGANIZATION
Example:

"ORGANIZATION/INDIVIDUAL"

mobilePhoneNumber
string

Kullanıcı Aktivasyonu İçin Mobil Telefon Numarası

Example:

"905321112233"

location
string

Kullanıcı Aktivasyonu İçin Adres

Example:

"Cyberpark, Cyberplaza, A Blok, Kat 2, 06800, Bilkent, Ankara, Türkiye"

company
string

Kullanıcı Aktivasyonu İçin Şirket Adı

Example:

"TARLAIO İKLİM VE TARIM TEKNOLOJİLERİ A.Ş."

industry
string

Kullanıcı Aktivasyonu İçin Endüstri/Sektör

Example:

"Yazılım Geliştirme, SaaS"

profilePictureUrl
string

Kullanıcı Aktivasyonu İçin Profil Resmi Bağlantısı

Example:

"https://*******.png"

Hesap Aktivasyon Sayfası Bağlantısı

Example:

"https://api-manager.iklim.co/activation/account"

Response

Hesap aktivasyon talebi başarıyla gönderildi

userId
string

Aktive Edilen Kullanıcının Kimlik Belirteci

accountId
string

Aktive Edilen Hesabın Kimlik Belirteci

recipientEmail
string

Aktive Edilen Kullanıcının E-postası

tokenExpirationEpoch
integer

Aktivasyon Belirtecinin Geçerlilik Süresi

Example:

1750423307000

emailSent
boolean

Aktivasyon E-postası Gönderildi Mi?

Example:

true