# API Documentation **Owner:** kontrak API (endpoint, auth, request/response, error code). Session summary hanya ringkas perubahan — detail tetap di sini. ## Indeks Endpoint | Method | Path | Deskripsi | Auth | Doc | |--------|------|-----------|------|-----| | | | | | [nama.md](./nama.md) | ## Konvensi - Satu file per resource/domain, atau satu file OpenAPI jika lebih cocok. - Breaking change wajib dicatat di [../changelog.md](../changelog.md) dan [../version.md](../version.md). - Contoh request/response tanpa credential nyata. ## Template Endpoint ### `{METHOD} {/path}` **Deskripsi:** {apa yang dilakukan} **Auth:** {none / bearer / api-key / session} **Request:** ```json {} ``` **Response 200:** ```json {} ``` **Error:** | Code | Meaning | |------|---------| | | |