For the complete documentation index, see llms.txt. This page is also available as Markdown.

Ping API

Fitur ini digunakan untuk memverifikasi apakah service API aktif dan berjalan.

Method

POST

Media Type

application/json

URL

http://[server]/dolphin/apiv1/graph/ping

Header

Authorization : Bearer [generatedToken]

Body

Status

200

Response

{ “result”: “Pong” }

Last updated

Was this helpful?