API DocsRESTPing service

Ping Service_ Ping

GET
/api/v1/ping
curl -X GET "<API_URL>/api/v1/ping" \
  -H "Authorization: Bearer <API_KEY>"

A successful response.

{
  "response": "string"
}