notifications

Notifications API

List all current user pending notifications

get

/notifications/

Header parameters
X-Fieldsstring · mask

An optional fields mask

Responses
curl -L \
  --url '//www.data.gouv.fr/api/1/notifications/'
[
  {
    "created_on": "2025-02-21T18:17:03.685Z",
    "details": {},
    "type": "text"
  }
]

Dernière mise à jour

Cet article vous a-t-il été utile ?