Integration of Iliadbox fiber router

I’m trying to integrate my new IliadBox fiber router. I understand it is a Freebox V8 router, but using the freebox integration does not work. Here i attach the api_version.json I got from the router (uid xxxxx-ed). Any hint? Thank you

{
  "box_model_name":"iliadbox (r1)",
  "api_base_url":"\/api\/",
  "https_port":49829,
  "device_name":"iliadbox Server",
  "https_available":true,
  "box_model":"ibxgw8-r1",
  "api_domain":"cybhjtsw.ibxos.it",
  "uid":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
  "api_version":"8.5",
  "device_type":"FreeboxServer8,1"
}

Hi
Really sorry to answer so late, I’m not working for Iliad group or ‘FREE Telecom’ (french internet provider which design, build, oper and market all Freebox / Iliadbox routers)

For your integration, maybe you could be interested in the Bash library I maintien GitHub - nbanb/fbx-delta-nba_bash_api.sh: Access FreeboxOS API from bash which help user’s to easily connect their **box API from bash cmdline and to use api functions as simple commands in bash terminal (backend functions for scripting, frontend functions for use directly as stdin/stdout command from bash interractive sessions with nice/coloured output)

In your case, did you simply try to change Iliadbox to Freebox in api_version.json (sed s/Iliadbox/Freebox/ would do the job…) ?

There’s a lot to do with this api and if you need help to use it, don’t hesitate to ask…

Kind regards
nbanba