GETPingPublic

Health check endpoint. Returns server timestamp.

Request

ParameterType
client_timeoptionalint64

Response

FieldType
client_timeint64
server_timeint64

Example

Requesttypescript
import { RealmClient } from '@realm/sdk';
const client = new RealmClient('https://api.realm.com');
const response = await client.ping({ /* params */ });
console.log(response);
Responsejson
{
// Response fields
}