# Authentication

Her Request (**POST** ve **GET**) işleminde “**X-WapCrm-SecretKey**” bilgisi **Header** içinde gönderilmelidir.

```
https://cxapi.wapcrm.net/
```

**Request;**

`X-WapCrm-SecretKey`    (string)  -required

:point\_right: Firmanıza ait **Token** bilgisini **Ayarlar > API** menüsünde görebilirsiniz.&#x20;

![](/files/-ME7iY2h2dzGMMTvYkMn)

**Response;**

Tüm işlemlerde aynı Response modeli dönmektedir.

```
{   
    "data": “”
    "status": true,
    "message": "Success",
    "statusCode": "",
    "requestID": "0f808f3e-dd82-4624-a24c-50669d30938b"
}
```

**Data:** Yapılan işleme göre içeriği değişmektedir. \
Örneğin; kullanıcı listesi için istek yapılırsa işlem başarılı ise kullanıcı id ve isimlerinin bulunduğu array döner.

**Status:** işlemin durumunu belirtir. **True** veya **False** değeri döner.&#x20;

**Message:** İşlem ile ilgili mesajları döner.\
Hata durumlarında hata mesajını da içerir.&#x20;

**StatusCode:** İşlem kodu *başarısız durumlarda* işleme ait kodu belirtir.&#x20;

**requestID:** İşleme atanmış benzersiz işlem numarasını (guid) belirtir. \
Hata ve yardım durumlarında destek ekibimizle bu numarayı başlayabilirsiniz.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.wapcrm.net/ayarlar/api/authentication.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
