How to raid with nodejs

Hello,

Thanks for the answer.
The exact error is always the same

 data: {
      error: 'Unauthorized',
      status: 401,
      message: 'OAuth token is missing'
    }

But i’d like to say that I can get others ressouces like user channel information with the same token.

The scope of my token is : scope: [ 'channel:manage:raids' ]

And impossible for rejecting the raid, both acc belongs to me :slight_smile:

Any idea ?