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 ![]()
Any idea ?