# Cekat Open API

**Cekat Open API** memungkinkan kamu mengintegrasikan aplikasi eksternal dengan berbagai fitur Cekat, seperti mengirim pesan WhatsApp, membuat template message, dan mengelola inbox WhatsApp Busines secara otomatis.

API ini dirancang khusus untuk integrasi dengan **WhatsApp Business inbox**, dan sangat cocok untuk developer atau tim teknis yang ingin melakukan otomasi skala besar menggunakan sistem mereka sendiri.

#### Business

Melalui endpoint **Business**, pengguna dapat:

* Mendaftarkan bisnis baru.
* Login ke web chat di [chat.cekat.ai](https://chat.cekat.ai) dengan fitur "Forgot Password".
* Mengambil data detail bisnis yang telah terdaftar.

👉 Untuk dokumentasi lengkap dan daftar endpoint, silakan cek di sini:\
[**Cekat Open API – Full Documentation**](https://documenter.getpostman.com/view/28427156/2sAXqtagQo)

### Melihat Log Pesan API

<figure><img src="/files/6ys8YumbS4KGAlHEyNcm" alt=""><figcaption></figcaption></figure>

Untuk melihat histori atau pesan yang dikirim lewat API:

* Scroll ke bawah di halaman **API Setting**
* Kamu akan melihat **daftar log pesan** yang dikirim melalui API, lengkap dengan isi pesan, waktu kirim, status (sent/read), inbox, dan contact terkait
* Klik tombol **Export to Excel** jika ingin mengunduh log tersebut


---

# 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://docs.cekat.ai/docs/features-and-content-management/cekat-open-api.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.
