Skip to content

Instantly share code, notes, and snippets.

@kinlane
Created October 31, 2019 04:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kinlane/b2d68bbeeda6ac585e16de5b2a1db187 to your computer and use it in GitHub Desktop.
Save kinlane/b2d68bbeeda6ac585e16de5b2a1db187 to your computer and use it in GitHub Desktop.
slack-apis-json.yaml
name: Slack
x-slug: slack
description: Slack is a team communication application providing services such as
real-time messaging, archiving, and to search for modern teams. It offers one-on-one
messaging, private groups, persistent chat rooms, and direct messaging as well as
group chats organized by topic. All content inside Slack is searchable from one
search box and it integrates with a number of third-party services, including Google
Docs, Dropbox, Heroku, Crashlytics, GitHub, and Zendesk.
image: http://kinlane-productions.s3.amazonaws.com/api-evangelist-site/company/logos/slack-logo.png
tags: Chats,Collaboration,Communications,Messages
created: "2019-02-03"
modified: "2019-10-30"
url: slack/apis.md
specificationVersion: "0.14"
apis:
- name: Web API
x-api-slug: slack-web-api
description: The Slack Web API is an interface for querying information from and enacting change in a Slack workspace.
image: http://kinlane-productions.s3.amazonaws.com/api-evangelist-site/company/logos/slack-logo.png
humanURL: https://api.slack.com
baseURL: https://api.slack.com/web
tags: Chats,Collaboration,Communications,Messages
properties:
- type: x-postman-collection
url: https://www.getpostman.com/collections/dab0d7cbd8af70ec327b
- type: x-openapi-spec
url: https://raw.githubusercontent.com/slackapi/slack-api-specs/master/web-api/slack_web_openapi_v2.json
- type: x-github
url: https://github.com/slackapi/slack-api-specs
- name: Slack Events API
x-api-slug: slack-events-api
description: The Events API is a streamlined, easy way to build apps and bots that respond to activities in Slack. All you need is a Slack app and a secure place for us to send your events.
image: http://kinlane-productions.s3.amazonaws.com/api-evangelist-site/company/logos/slack-logo.png
humanURL: https://api.slack.com/events-api
tags: Chats,Collaboration,Communications,Messages,Events
properties:
- type: x-json-schema
url: https://raw.githubusercontent.com/slackapi/slack-api-specs/master/events-api/slack_common_event_wrapper_schema.json
- type: x-asyncapi
url: https://raw.githubusercontent.com/slackapi/slack-api-specs/master/events-api/slack_events_api_async_v1.json
- type: x-github
url: https://github.com/slackapi/slack-api-specs
x-common:
- type: x-website
url: https://api.slack.com
- type: x-application-gallery
url: https://slack.com/apps
- type: x-blog
url: http://slackhq.com/
- type: x-blog
url: https://medium.com/slack-developer-blog
- type: x-blog-rss
url: http://slackhq.com/rss
- type: x-blog-rss
url: https://medium.com/feed/slack-developer-blog
- type: x-branding
url: https://slack.com/brand-guidelines
- type: x-buttons
url: https://api.slack.com/docs/slack-button
- type: x-c-sharp-sdk
url: https://api.slack.com/web
- type: x-change-log
url: https://api.slack.com/changelog
- type: x-developer
url: https://api.slack.com/
- type: x-faq
url: https://api.slack.com/faq
- type: x-getting-started
url: https://slack.com/getting-started
- type: x-github
url: https://github.com/slackhq
- type: x-incoming-webhooks
url: https://api.slack.com/incoming-webhooks
- type: x-oauth-overview
url: https://api.slack.com/docs/oauth
- type: x-oauth-scopes
url: https://api.slack.com/docs/oauth-scopes
- type: x-outgoing-webhooks
url: https://api.slack.com/outgoing-webhooks
- type: x-presence
url: https://api.slack.com/docs/presence
- type: x-pricing
url: https://slack.com/pricing
- type: x-privacy
url: https://slack.com/privacy-policy
- type: x-rate-limits
url: https://api.slack.com/docs/rate-limits
- type: x-real-time-messaging-api
url: https://api.slack.com/rtm
- type: x-road-map
url: https://api.slack.com/roadmap
- type: x-security
url: https://slack.com/security
- type: x-status
url: https://status.slack.com/
- type: x-support
url: https://get.slack.help/hc/en-us
- type: x-terms-of-service
url: https://slack.com/terms-of-service
- type: x-transparency-report
url: https://slack.com/transparency-report
- type: x-twitter
url: https://twitter.com/slackapi
- type: x-website
url: http://slack.com
include: []
maintainers:
- FN: Kin Lane
x-twitter: apievangelist
email: info@apievangelist.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment