Bakiye Durumu Sorgula
Bu eylem ile API Key ile bağlantılı bayi hesabının hesap kredi durumu sorgulanır.
Method / Endpoint
POST/ {{API_URL}} me
İstek Parametreleri
İsim | Zorunlu | Açıklama |
---|---|---|
key | Evet | API Key |
Örnek cURL İsteği
curl --location 'https://example.com/api/reseller/me' \
--header 'Content-Type: application/json' \
--data '{
"key": "UzZBSlBWeWk0UEcrVWxlU0RjS1B1dz09"
}'
Örnek JSON Yanıtı
{
"status": "successful",
"balance": "12921.6200",
"currency": "USD",
"balance_formatted": "$12,921.62"
}