api_key_exposure.created
Occurs when an API key has been detected as exposed.
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 API key exposure entity, prefixed with apkexp_.
Unique Paddle ID for this API key entity, prefixed with apikey_.
Risk level of this exposure.
Action performed by Paddle as a result of this exposure.
Source of this exposure.
A unique URL or reference pointing to the source of the exposure. When source is github, a URL to the location of the exposure is returned.
Additional details about this exposure.
RFC 3339 datetime string of when this API key exposure was found. Set automatically by Paddle.
Unique Paddle ID for this notification, prefixed with ntf_.
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}