client_token.revoked
Occurs when a client-side token is revoked.
New or changed entity.
Unique Paddle ID for this client-side token entity, prefixed with ctkn_.
A client-side token, prefixed with test or live depending on the environment of your account. Pass as the token parameter when initializing Paddle.js to authenticate.
Short name of this client-side token. Typically unique and human-identifiable.
Short description of this client-side token. Typically gives details about what the token is used for and where it's used.
Status of this client-side token.
RFC 3339 datetime string of when this entity was created. Set automatically by Paddle.
RFC 3339 datetime string of when this entity was updated. Set automatically by Paddle.
RFC 3339 datetime string of when this client-side token was revoked. null if not revoked.
Unique Paddle ID for this event, prefixed with evt_.
Type of event sent by Paddle, in the format entity.event_type.
Unique Paddle ID for this notification, prefixed with ntf_.
RFC 3339 datetime string of when this event occurred.
123456789101112131415161{
2 "event_id": "evt_01jkdr0rc527wcjdg1txsdxhtf",
3 "event_type": "client_token.revoked",
4 "occurred_at": "2025-06-27T11:26:10.253482Z",
5 "notification_id": "ntf_01jkb92mpl7v4rfg8x3q5wz7bn",
6 "data": {
7 "id": "ctkn_01ghbkd0frb9k95cnhwd1bxpvk",
8 "token": "live_7d279f61a3499fed520f7cd8c08",
9 "name": "Pricing page integration",
10 "description": "Used to display prices and open checkout within our pricing page on our marketing domain.",
11 "status": "revoked",
12 "created_at": "2025-06-26T14:36:14.695521Z",
13 "updated_at": "2025-06-27T11:26:10.253482Z",
14 "revoked_at": "2025-06-27T11:26:10.253482Z"
15 }
16}