You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am able to get an authorization token but when calling the test.auth endpoint (https://slack.com/api/auth.test), slack complains with:
{ok: false, error: not_authed}
The reason is that Slack expects the parameter "token" instead of "access_token" to be set. Requesting with https://slack.com/api/auth.test?token=[...] succeeds.