Covara logoDocs
Endpoint ReferenceHealth

Authenticated ping

GET
/v1/ping

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/ping"
{
  "message": "pong",
  "user": {},
  "timestamp": "2019-08-24T14:15:22Z"
}
{
  "error": "string",
  "message": "string",
  "issues": [
    {}
  ],
  "required": [
    "string"
  ]
}