client_token.created
Occurs when a client-side token is created.
Unique Paddle ID for this event, prefixed with evt_
.
Type of event sent by Paddle, in the format entity.event_type
.
RFC 3339 datetime string of when this event occurred.
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.
RFC 3339 datetime string.
RFC 3339 datetime string of when this client-side token was revoked. null
if not revoked.
Unique Paddle ID for this notification, prefixed with ntf_
.
123456789101112131415161{
2 "event_id": "evt_01jkdr0rc527wcjdg1txsdxhtf",
3 "event_type": "client_token.created",
4 "occurred_at": "2025-06-26T14:36:14.695521Z",
5 "notification_id": "ntf_01jkdr1mgbe62eqkh3p0fq8b0h",
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": "active",
12 "created_at": "2025-06-26T14:36:14.695521Z",
13 "updated_at": "2025-06-26T14:36:14.695521Z",
14 "revoked_at": null
15 }
16}