Skip to main content
GET
/
v2
/
api
/
core
/
ping
Ping GET
curl --request GET \
  --url https://api.custody.api-zodia.io/v2/api/core/ping \
  --header 'X-Signature: <api-key>'
{
  "id": "ZODIA",
  "from": "ZTEST",
  "date": "2021-08-03T18:17:57Z",
  "timeUTC": 1620708223000
}

Authorizations

X-Signature
string
header
required

Response

OK

id
string

ID of the custodian

Pattern: ZODIA
Example:

"ZODIA"

from
string

ID of the company

Example:

"ZTEST"

date
string

Current date (in UTC)

Example:

"2021-08-03T18:17:57Z"

timeUTC
integer<int64>

Milliseconds since epoch

Example:

1620708223000