> For the complete documentation index, see [llms.txt](https://docs.layraweb.com.tr/merhaba/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.layraweb.com.tr/merhaba/application-programming-interface/apiler/t.c.-kimlik-dogrulama-api.md).

# T.C. Kimlik Doğrulama API

## T.C. Kimlik Kontrol

<mark style="color:blue;">`GET`</mark> `https://api.layraweb.com.tr/tcno`

T.C. kimliğimizi kontrol etmek için sorgumuza tcno,name,sname,bdate parametresi vermemiz gerekmektedir.

#### Path Parameters

| Name                                    | Type   | Description        |
| --------------------------------------- | ------ | ------------------ |
| tcno<mark style="color:red;">\*</mark>  | number | Örnek: 11111111111 |
| name<mark style="color:red;">\*</mark>  | string | Örnek: Barış       |
| sname<mark style="color:red;">\*</mark> | string | Örnek: Bolat       |
| bdate<mark style="color:red;">\*</mark> | number | Örnek: 2004        |

{% tabs %}
{% tab title="200: OK " %}

```javascript
{"status":"ok"}
```

{% endtab %}

{% tab title="400: Bad Request " %}

```javascript
{"status":"empty"}
```

{% endtab %}

{% tab title="404: Not Found " %}

```javascript
{"status":"wrong"}
```

{% endtab %}
{% endtabs %}

{% hint style="danger" %}
Bu API'nin kullanımındanlayraweb.com.tr ve ekibi sorumlu değildir ve tutulamaz.
{% endhint %}

{% hint style="warning" %}
Doğrulama esnasındaki veriler direkt Nüfus ve Vatandaşlık İşlerinin sunucusuna gönderilip araya bir aracı sokulmaz veya girmez.
{% endhint %}

{% hint style="info" %}
Bu API herkese açıktır, kullanımı serbesttir.
{% endhint %}
