Knips logoKnips API

Ping

Returns the service name and version. Used to confirm the API is reachable.

GET
/ping

Returns the service name and version. Used to confirm the API is reachable.

Authorization

basicAuth
AuthorizationBasic <token>

In: header

curl -X GET "https://example.com/ping"
{  "version": "string",  "name": "string"}
{  "error": {    "message": "string",    "type": "string"  }}