Giftlist API error

Hi
We are trying to retrieve the items from a giftlist but cannot get a success response from this endpoint
$.get(‘/no-cache/giftlistv2/getskulist/’ + idLista);

image
Also, it seems that the endpoint to share invitation is not working in IO environment

fetch("https://multicenterqa.myvtex.com/giftlistv2/SendShareMail/86", {
  "headers": {
    "accept": "*/*",
    "accept-language": "es-419,es;q=0.9",
    "content-type": "application/x-www-form-urlencoded; charset=UTF-8",
    "sec-ch-ua": "\"Google Chrome\";v=\"107\", \"Chromium\";v=\"107\", \"Not=A?Brand\";v=\"24\"",
    "sec-ch-ua-mobile": "?1",
    "sec-ch-ua-platform": "\"Android\"",
    "sec-fetch-dest": "empty",
    "sec-fetch-mode": "cors",
    "sec-fetch-site": "same-origin",
    "x-requested-with": "XMLHttpRequest"
  },
  "referrer": "https://multicenterqa.myvtex.com/",
  "referrerPolicy": "strict-origin-when-cross-origin",
  "body": "YourName=sebastian+fizzmod&YourEmail=octavio.rossi%40fizzmod.com&FriendsReferred=%253CFriendsReferred%253E%253CFriend%253E%2520%2520%253CName%253Etest%253C%2FName%253E%2520%2520%253CEmail%253Esebastian.vitiello%40fizzmod.com%253C%2FEmail%253E%253C%2FFriend%253E%253C%2FFriendsReferred%253E&Message=",
  "method": "POST",
  "mode": "cors",
  "credentials": "include"
});

Response: Method not allowed

Any suggestion to try?

@georgebrindeiro @Saito @mateuspontes could you pleas help us on this issue? Thank you!

Hola Sebastian, qué tal?

Is the user logged in?

Never used this API before, but found this thread and there´s something about the getskulist