Skip to content

Instantly share code, notes, and snippets.

@khskekec
Last active March 27, 2026 10:51
Show Gist options
  • Select an option

  • Save khskekec/6c13ba01b10d3018d816706a32ae8ab2 to your computer and use it in GitHub Desktop.

Select an option

Save khskekec/6c13ba01b10d3018d816706a32ae8ab2 to your computer and use it in GitHub Desktop.
HTTP dump of Libre Link Up used in combination with FreeStyle Libre 3
@benjaminmoeck
Copy link
Copy Markdown

benjaminmoeck commented Mar 27, 2026

Hi, has someone an idea? I got from the /llu/auth/login -> status:0, data:{redirect:True, region:”de”} and no token?

  • Nevermind I solved it. Using the region return value in the base url api-{region}.libreview.io helped :D

@bruderjakob12
Copy link
Copy Markdown

You were probably using https://api-eu.libreview.io or similar as URL. This message lets you know that the credentials are correct, the account exists and that the URL to use to retrieve a token (and for all other interactions) is https://api-de.libreview.io as this account is located in Germany. The schema is https://api-{region_from_redirect}.libreview.io

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