Erro com API da Rewardfull

Estou tendo problemas com a conexão com a API da Rewardfull. Estou seguindo corretamente os passos mas simplesmente o workflow fica infinita. Qualquer endpoint, qualquer solicitação ele não funciona. Já entrei em contato com o suporte dos mesmos mas nada. Fiz com authorization basic auth criando a credencial e também tentei passando pelo header mas mesmo assim não deu certo.

Esse é o node

Fala Gabriel,

Aqui na comunidade oficial tentamos manter a comunicação sempre em inglês, para que todos os países consigam se comunicar.

Regarding the API requests, what are the errors you’re seeing? Can you share some screenshots?

In n8n, Rewardful’s API often hangs because Basic Auth is not supported—it requires the API secret as a Bearer token.
Solution: remove Basic Auth, add a header Authorization: Bearer YOUR_API_SECRET, and make sure you’re calling the correct base URL (https://api.getrewardful.com/v1).
Also disable “Keep Alive” and test with a simple GET (like /campaigns) first.