I learned a few things while working with the Slack API
No one seems to mention is, but when you want to auth with slack you need to pass
headers:
Authorization: "Bearer <token>"
I know it's a standard, but it's not really mentioned anywhere...