api_key_exposure.created
Occurs when an API key has been exposed.
dataobject
New or changed entity.
idstring
Unique Paddle ID for this API key exposure entity, prefixed with apkexp_.
api_key_idstring
Unique Paddle ID for this API key entity, prefixed with apikey_.
risk_levelstring
Risk level of this exposure.
action_takenstring
Action performed by Paddle as a result of this exposure.
sourcestring
Source of this exposure.
referencestring
Reference or identifier for this exposure.
descriptionstring or null
Short description of this API key exposure.
created_atstring<date-time>
RFC 3339 datetime string of when this entity was created. Set automatically by Paddle.
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.
notification_idstring
Unique Paddle ID for this notification, prefixed with ntf_.
occurred_atstring<date-time>
RFC 3339 datetime string of when this event occurred.
Request
123456789101112131415161{
2 "event_id": "evt_01jkdr0rc527wcjdg1txsdxhtk",
3 "event_type": "api_key_exposure.created",
4 "occurred_at": "2025-08-19T12:58:38.746382Z",
5 "notification_id": "ntf_01jkdr1mgbe62eqkh3p0fq8b0s",
6 "data": {
7 "id": "apkexp_01jkas9tppn3bhadwpcyag45zd",
8 "api_key_id": "apikey_01jkdpbhazdpn3wpcya45as9tg",
9 "risk_level": "high",
10 "action_taken": "revoked",
11 "source": "github",
12 "reference": "https://github.com/octocat/Hello-World/blob/12345600b9cbe38a219f39a9941c9319b600c002/foo/bar.txt",
13 "description": "Exposed in Commit 12345600b9cbe38a219f39a9941c9319b600c002",
14 "created_at": "2025-08-19T12:58:38.746382Z"
15 }
16}