Skip to main content

Perform API Request

Bettermode allows apps to perform actions on behalf of a bot account or a specific member in the community using Bettermode API. Bot accounts can perform all actions that a community admin can perform.

note

You can only generate and use app access token on communities that the app is published AND installed on. If the app is not installed in the community the following requests will result in Forbidden response.

The first step is to generate an app access token using app's client ID and client secret.

Using GraphQL

You can follow the instructions here to generate access token using GraphQL and perform actions on behalf of a bot account or a specific member.