Ping [GET]

Operation

Returns the date and time of the server, a success message and an optional echo parameter. 

GET
https://{environment}.ulysescloud.com/public/api/{version}/ping


Request

PropertyTypeRequiredDefault valueDescription
echoStringfalse
Optional echo value that would be returned by the server.

Example request

GET https://publicapi-providers.ulysescloud.com/public/api/v1/ping


Response

PropertyTypeRequiredDescription
echoStringfalseOptional echo message sent through the ping request.
messageStringtrueSuccess message set by the server.
serverTimeLocalDateTimetrueServer date and time.



Example response

{
  "echo": "Hello world!",
  "message": "Ping success!",
  "serverTime": "2020-01-02T10:09:50.710Z"
}