Skip to content

Interaction with Discourse

Neil M edited this page Nov 23, 2020 · 2 revisions

API

When calling the Discourse API, you can call it in three ways:

  • with an API token with an admin username, enabling access to any API endpoints
  • with the 'All Users' API token with the currently logged in user's username, meaning only data relevant to that user is returned
  • without any token or username, for publicly visible data - to be confirmed
Clone this wiki locally