Discourse

Log in a user to the forum. This function is only available through a JWT token.

curl --request GET \
  --url 'https://studio.edgeimpulse.com/v1/api/auth/discourse?sso=SOME_STRING_VALUE&sig=SOME_STRING_VALUE' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE'

Last updated

Was this helpful?