Clinia
API ReferenceREST API

Get service info

GET
/

Returns the service name and the build identity of the running process. Use it to confirm which build a deployment is serving.

Authorization

Bearer read
AuthorizationBearer <token>

Each operation lists the OAuth scope (read or write) it requires.

In: header

Scope: read

Response Body

application/json

curl -X GET "https://example.com"
{  "name": "string",  "version": {    "number": "string",    "buildSha": "string",    "buildDate": "string"  }}