Hi,
what is the scope I need to define for a personal access token that should allow offline activation via WebAPI? The only scope related to activation is activation:read
and as far as I can tell activation isn’t read-only.
Thanks,
Thomas
Hi,
what is the scope I need to define for a personal access token that should allow offline activation via WebAPI? The only scope related to activation is activation:read
and as far as I can tell activation isn’t read-only.
Thanks,
Thomas
Hi Thomas,
You can set any scope. This endpoint doesn’t require any permission, just an access token.
Regards,
Adnan
Ok, that’s good to know! Thank you for the quick response!