Skip to content

Calling slack API endpoints fails with "not_authed" #174

@kliron

Description

@kliron

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions