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
{
  "id": "ZODIA",
  "from": "ZTEST",
  "date": "2021-08-03T18:17:57Z",
  "timeUTC": 1620708223000
}

Documentation Index

Fetch the complete documentation index at: https://docs.zodia-custody.com/llms.txt

Use this file to discover all available pages before exploring further.

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