Skip to content

✨ add alert for upcoming privacy change#4806

Merged
MrKrisKrisu merged 2 commits into
developfrom
dev-ks/privacyk
May 18, 2026
Merged

✨ add alert for upcoming privacy change#4806
MrKrisKrisu merged 2 commits into
developfrom
dev-ks/privacyk

Conversation

@MrKrisKrisu
Copy link
Copy Markdown
Member

No description provided.

@MrKrisKrisu MrKrisKrisu changed the title privacy ✨ add alert for upcoming privacy change May 18, 2026
@MrKrisKrisu MrKrisKrisu merged commit 04274ec into develop May 18, 2026
12 checks passed
@MrKrisKrisu MrKrisKrisu deleted the dev-ks/privacyk branch May 18, 2026 17:19
@MrKrisKrisu
Copy link
Copy Markdown
Member Author

Hello @Traewelling/api-consumer,

Just a quick heads-up: We will be update our Privacy Policy in the coming days/weeks/months (...) - see #4764.

As a result, all users will need to confirm their acceptance of the new policy. There will be a transition period between the announcement and the point at which confirmation becomes mandatory.

If you have an application with many users, we recommend that you integrate the API endpoint for alerts so that your users aren’t suddenly surprised when the API returns an HTTP 403 error.

Example Response of Endpoint /api/v1/alerts:

{
  "data": [
    {
      "id": "privacy-policy-upcoming",
      "type": "warning",
      "active_from": "2026-05-18T17:23:27.000000Z",
      "active_until": "2026-12-31T00:00:00.000000Z",
      "url": null,
      "translations": [
        {
          "title": "New Privacy Policy",
          "content": "A new privacy policy will take effect on December 31, 2026. You can accept it early.",
          "url": "http://localhost:8000/gdpr-intercept",
          "locale": "en"
        }
      ]
    }
  ]
}

Also, please note: We may also use the Alert Endpoint to display information about scheduled maintenance. Or, if our Year in Review feature is active, that information will also be displayed there.

The available type values are info, warning, danger and success. It would be sufficient for you to accept warning anddanger. info and success are generally irrelevant for third-party apps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant