Skip to content

Get Webhook Secret

GET/internal/slash/connections/{connectionBizId}/webhook-secret None

Retrieves the plaintext webhook secret for a Slash connection. This is an internal endpoint used by the webhook verification service.

Required Headers

HeaderExample ValueDescription
Content-Typeapplication/jsonRequest content type
Acceptapplication/jsonExpected response type
X-Client-HashClient device fingerprint
Accept-Languageen, zh, zh-Hant, ja, viResponse language (default: en)
X-Workspace-IdTarget workspace ID

Request Parameters

NameTypeRequiredInDescription
connectionBizIdStringRequiredpathSlash connection business ID. Path parameter

Success Response

Not Found 404
{
  "code": "4040",
  "message": "Connection not found"
}

Error Responses

HTTP StatusCodeDescription
4044040Connection not found

Notes

  • This endpoint returns the unmasked webhook secret. It is intended for internal service-to-service communication only.
  • Must not be exposed to external clients.

SlaunchX Internal Documentation