> For the complete documentation index, see [llms.txt](https://docs.3dolphins.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.3dolphins.ai/5.3.0-id/api/service-api.md).

# Service API

Service API adalah sebuah API dari 3Dolphins SRM Omnichannel yang dapat digunakan untuk kebutuhan integrasi dengan sistem lain.

Masuk ke menu **API** dan klik menu **Service API**, maka Anda akan melihat halaman Service API seperti gambar di bawah ini.

![Service API](/files/-MUg1bC32Y_wFOTukSga)

| Field/Notes    | Deskripsi                                                                                                                                                                                                                                                                                                                                        |
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Method         | Metode yang mengindikasikan interaksi yang diizinkan (seperti GET, POST, PUT, atau DELETE) dengan resource.                                                                                                                                                                                                                                      |
| Media Type     | Menentukan format data sebagai type application /subtype application /JSON.                                                                                                                                                                                                                                                                      |
| URL            | Field ini mendukung atribut user, mereka akan disandikan ke URL sesuai dengan permintaan Anda.                                                                                                                                                                                                                                                   |
| Body           | Body dari 3Dolphins API mewakili isi respons / request.                                                                                                                                                                                                                                                                                          |
| Status         | <p>Kode status dari HTTP response menunjukkan apakah HTTP request tertentu telah berhasil diselesaikan. Tanggapan dikelompokkan dalam lima kelas:</p><p>1. Informational responses (100–199), </p><p>2. Successful responses (200–299), </p><p>3. Redirects (300–399), </p><p>4. Client errors (400–499), </p><p>5. Server errors (500–599).</p> |
| Response       | Antarmuka untuk Respons dari 3Dolphins API mewakili respons atas request.                                                                                                                                                                                                                                                                        |
| Server         | Application Url.                                                                                                                                                                                                                                                                                                                                 |
| Username       | Kredensial username.                                                                                                                                                                                                                                                                                                                             |
| Password       | Kredensial password.                                                                                                                                                                                                                                                                                                                             |
| GeneratedToken | ID token yang dihasilkan.                                                                                                                                                                                                                                                                                                                        |
