Developers
V1MeApp activity

Record at most one consented app-active event for the current Malaysia day

The server derives the authenticated owner and current time. No event is stored without analytics consent. Send an empty object; no health, device, session or client-time fields are accepted.

POST
/v1/me/app-activity
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/me/app-activity" \  -H "Content-Type: application/json" \  -d '{}'
{  "recorded": true,  "day": "2019-08-24"}