Other APIs¶
Server Time¶
- GET /_config/server-time¶
Description Fetching UTC time in epoch format in millisecond
HTTP Method GET
Endpoint
/_config/server-time
Request Header
Authorization
Basic <token>Sample Request
curl --location 'https://app.4pointx.com/_config/server-time --header 'Authorization: Basic <token>' \
Sample Response
Success
"1702625795.3759577"