Skip to main content
POST
/
subscription
/
checkUpdate
Check subscription update timestamp
curl --request POST \
  --url http://api.superwize.ai/api/subscription/checkUpdate \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "updatedAt": "2026-01-01T00:00:00.000Z"
}

Body

application/json

The body is of type any.

Response

Subscription update timestamp returned.

updatedAt
string
required