ReferenceAPI referenceSlack
Verify and enqueue a Slack Events API callback
POST
/slack/events/{setup_attempt_id}Path Parameters
setup_attempt_id*string
Match
^[a-f0-9]{32}$Header Parameters
X-Slack-Request-Timestamp*string
X-Slack-Signature*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/slack/events/string" \ -H "X-Slack-Request-Timestamp: string" \ -H "X-Slack-Signature: string" \ -H "Content-Type: application/json" \ -d '{}'Empty