Skip to main content

Slack API Endpoints

Updated this week

Portal/Instance Identifier: N/A

Base URL

  • Staging/Production: https://slack.com/api

Common Query Parameters

Parameter

Description

Example

{iPaaSRedirectUrl}

iPaaS redirect Url depending upon the environment

https://stagingportal.ipaas.com/customer/subscription-mgmt/subscriptions/authorization/app

HTTP Methods Used

  • GET: Retrieve data

  • POST: Create new record or generate access token

Message Endpoints

Create/Post a Message: (POST)

[Base URL]/chat.postMessage

OAuth Endpoints

Generate Access Token: (POST)

[Base URL]/oauth.v2.access?redirect_uri={iPaaSRedirectUrl}

Generic Endpoints

Get all Users: (GET)

[Base URL]/users.list

Did this answer your question?