api_key.updated

Occurs when an API key is updated.

event_idstring

Unique Paddle ID for this event, prefixed with evt_.

event_typestring

Type of event sent by Paddle, in the format entity.event_type.

occurred_atstring<date-time>

RFC 3339 datetime string of when this event occurred.

dataobject

New or changed entity.

idstring

Unique Paddle ID for this API key entity, prefixed with apikey_.

namestring

Short name of this API key. Typically unique and human-identifiable.

descriptionstring or null

Short description of this API key. Typically gives details about what the API key is used for and where it's used.

keystring

An obfuscated version of this API key, prefixed with pdl_ and containing _apikey_ .

statusstring

Status of this API key.

permissionsarray[string]

Permissions assigned to this API key. Determines what actions the API key can perform.

expires_atstring<date-time> or null

RFC 3339 datetime string of when this API key expires.

last_used_atstring<date-time> or null

RFC 3339 datetime string of when this API key was last used (accurate to within 1 hour). null if never used.

created_atstring<date-time>

RFC 3339 datetime string of when this entity was created. Set automatically by Paddle.

updated_atstring<date-time>

RFC 3339 datetime string of when this entity was updated. Set automatically by Paddle.

notification_idstring

Unique Paddle ID for this notification, prefixed with ntf_.