Loading...
Notifications API
An optional fields mask
Success
The notification creation datetime
Key-Value details depending on notification type
The notification type
const response = await fetch('//www.data.gouv.fr/api/1/notifications/', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "created_on": "2024-11-21T15:27:47.669Z", "type": "text" } ]