I’m making requests server-side, I think I already use the Auth Code flow because it works on other endpoints, but it’s especially with Get Moderators…
Here’s an exemple of the token I get
{ access_token: MY_ACCESS_TOKEN,
expires_in: 5696218,
scope: [ 'user:read:email', 'moderation:read' ],
token_type: 'bearer' }