---
title: Mevcut Hesap nesnesi | RunAPI
description: Kimliği doğrulanmış kullanıcı ve sunulan Standart API anahtarı tarafından
  seçilen mevcut hesap.
url: https://runapi.ai/tr/docs/api/management/current-account/object.md
canonical: https://runapi.ai/tr/docs/api/management/current-account/object
locale: tr
---

> HTML sürümü: https://runapi.ai/tr/docs/api/management/current-account/object
> Ajanlar için site dizini: https://runapi.ai/llms.txt

# Mevcut Hesap nesnesi

Kimliği doğrulanmış kullanıcı ve sunulan Standart API anahtarı tarafından seçilen mevcut hesap.

## Nesne alanları

Kaynağın yeniden kullanılabilir nesnesi tarafından paylaşılan kararlı alanlar.

### Mevcut Hesap

```json
{
  "account": {
    "description": "API anahtarı tarafından seçilen mevcut hesap.",
    "properties": {
      "id": {
        "description": "Mevcut hesap tanımlayıcısı.",
        "required": true,
        "type": "integer"
      },
      "name": {
        "description": "Mevcut hesap adı.",
        "required": true,
        "type": "string"
      }
    },
    "required": true,
    "type": "object"
  },
  "email": {
    "description": "Kimliği doğrulanmış kullanıcı e-posta adresi.",
    "required": true,
    "type": "string"
  },
  "id": {
    "description": "Kimliği doğrulanmış kullanıcı tanımlayıcısı.",
    "required": true,
    "type": "integer"
  },
  "name": {
    "description": "Kimliği doğrulanmış kullanıcı adı.",
    "required": true,
    "type": "string"
  }
}
```

## İlgili başvuru

- [Mevcut Hesap](https://runapi.ai/tr/docs/api/management/current-account.md)
- [Mevcut hesabı al](https://runapi.ai/tr/docs/api/management/current-account/retrieve.md)

---

## RunAPI hakkında daha fazlası

- [Ana sayfa](https://runapi.ai/tr/.md)
- [Model Kataloğu](https://runapi.ai/tr/models.md)
- [Fiyatlandırma](https://runapi.ai/tr/pricing.md)
- [Sağlayıcılar](https://runapi.ai/tr/models)
- [Dokümantasyon](https://runapi.ai/tr/docs/guides)
- [SDK'lar](https://runapi.ai/tr/sdk.md)
- [CLI](https://runapi.ai/tr/cli.md)
- [MCP Sunucusu](https://runapi.ai/tr/mcp.md)
- [Claude Code ve Cursor](https://runapi.ai/tr/claude-code-vs-cursor.md)
- [Cursor API kurulumu](https://runapi.ai/tr/cursor-api-setup.md)
- [RunAPI ve OpenRouter](https://runapi.ai/tr/openrouter-alternative.md)
- [Kurumsal](https://runapi.ai/tr/contact.md)
- [İletişim](https://runapi.ai/tr/contact.md)
- [Şartlar](https://runapi.ai/tr/terms.md)
- [Gizlilik](https://runapi.ai/tr/privacy.md)
- [Ajanlar için site dizini](https://runapi.ai/llms.txt)

İletişim: contact@runapi.ai

## Yapılandırılmış veriler

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "tr",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/tr",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/tr/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "tr",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/tr",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/tricon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "tr",
    "@type": "TechArticle",
    "headline": "Mevcut Hesap nesnesi",
    "description": "Kimliği doğrulanmış kullanıcı ve sunulan Standart API anahtarı tarafından seçilen mevcut hesap.",
    "url": "https://runapi.ai/tr/docs/api/management/current-account/object",
    "mainEntityOfPage": "https://runapi.ai/tr/docs/api/management/current-account/object"
  }
]
```
