Skip to main content
GET
/
ping
Test connectivity
curl --request GET \
  --url https://access.utgl.io/v1/ping \
  --header 'Authorization: Basic <encoded-value>'
{
  "message": "pong",
  "timestamp": "2022-11-09T10:34:18.277Z"
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

200 - application/json

Successful response

message
string
required
Example:

"pong"

timestamp
string
required
Example:

"2022-11-09T10:34:18.277Z"