ReferenceAPI referenceSlack
Verify and apply a Slack Block Kit action
POST
/slack/interactions/{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/x-www-form-urlencoded
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/slack/interactions/string" \ -H "X-Slack-Request-Timestamp: string" \ -H "X-Slack-Signature: string" \ -H "Content-Type: application/x-www-form-urlencoded" \ -d 'payload=string'Empty