API ReferenceSupport Intake
Accept one Slack or email webhook for a configured source
Authorization
bearerAuth AuthorizationBearer <token>
Send a SimpleServe API key as Authorization: Bearer <key>.
In: header
Path Parameters
source_id*string
Match
^src_[A-Za-z0-9]+$Query Parameters
secret?string|null
Header Parameters
X-Support-Intake-Secret?string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/support-intake/sources/string/webhook" \ -H "Content-Type: application/json" \ -d '{}'{}