Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.
openapi: 3.2.0
info:
title: Fast Event Handler API
version: 0.1.0
tags:
- name: Event Handler
paths:
/slack/events:
post:
tags:
- Event Handler
summary: Handle Slack Events
description: Slack Webhook Handler. Used to do things like respond to users that mention the app or use our `/akkio` command.
operationId: _handle_slack_events_slack_events_post
responses:
'200':
description: Successful Response
content:
text/plain:
schema:
type: string