Get Server Time

Retrieves the current server time in Unix timestamp format for request synchronization.

This endpoint returns the current server time in nanoseconds as a Unix timestamp.

It is primarily used to synchronize client systems with Flipster’s server clock, ensuring accurate timing for authenticated requests — especially those that require api-expires in HMAC signing.

Developers should periodically call this endpoint to minimize clock drift between client and server.

Get Timestamp of Server

get
Authorizations
api-keystringRequired

For third party retail API users

Responses
200

OK

application/json
get
/api/v1/public/time
200

OK

Last updated