{
"jurisdiction_code": "EU",
"jurisdiction_name": "European Union (EU/EEA, all member states)",
"regulator_name": "the competent national supervisory authority (Art. 55 GDPR)",
"regulator_deadline": {
"value": 72,
"unit": "hours",
"text": "without undue delay and, where feasible, not later than 72 hours after having become aware of it"
},
"individual_notification_required": "if_high_risk",
"individual_deadline_text": "without undue delay, only where the breach is likely to result in a high risk to the rights and freedoms of natural persons (Art. 34 GDPR)",
"legal_basis": "GDPR Article 33(1)",
"source_url": "https://gdpr-info.eu/art-33-gdpr/"
}
curl --location --request GET 'https://zylalabs.com/api/13592/breach+notification+deadline+api/30321/breach+notification+deadline?jurisdiction=EU' --header 'Authorization: Bearer YOUR_API_KEY'
注册后,每个开发者都会被分配一个个人 API 访问密钥,这是一个唯一的字母和数字组合,用于访问我们的 API 端点。要使用 泄露通知截止日期 API 进行身份验证,只需在 Authorization 标头中包含您的 bearer token。
| 标头 | 描述 |
|---|---|
授权
|
必需
应为 Bearer access_key. 订阅后,请查看上方的"您的 API 访问密钥"。
|
各司法管辖区的数据泄露通知截止日期 — 监管机构和个人通知截止日期 法律依据和来源引用 独立产品 — 与任何监管机构无关
API返回的数据包括各个司法管辖区的数据泄露通知截止日期,包括监管机构截止日期、个人通知要求、法律依据和来源引文
关键字段包括 jurisdiction_code、jurisdiction_name、regulator_name、regulator_deadline(带值和单位)、individual_notification_required、individual_deadline_text、legal_basis 和 source_url
该API涵盖多个司法管辖区,包括欧盟及其成员国,提供数据泄露通知的具体截止日期和法律要求
响应被构造成一个 JSON 对象,每个键代表违反通知要求的特定方面,便于程序解析和使用
数据来源于法律文本和法规,例如GDPR,确保信息准确且有关数据泄露通知要求是最新的
典型的用例包括合规监测、为处理个人数据的组织提供法律咨询,以及针对不同法域的数据泄露进行风险评估
用户可以通过指定管辖区代码或名称来自定义请求,以检索与其需求相关的特定数据泄露通知截止日期
用户可以利用返回的数据以确保遵守法律要求,通知利益相关者有关通知截止日期,并制定数据泄露响应的内部政策