Skip to content
Pile
Esc
navigateopen⌘Jpreview

Receive Plain support webhook notifications

POST/support/webhooks/plain/{organizationId}
Path parameters
organizationIdstringrequired
Header parameters
plain-request-signaturestring
Request body
requiredapplication/json
any
Responses
200OK
okbooleanrequired
Try it
Server
Parameters
Bodyapplication/json
Request
curl -X POST "/support/webhooks/plain/string" \
  -H "Content-Type: application/json" \
  -d 'null'
Response
{
  "ok": true
}