Get Webhook Secret
GET
/internal/slash/connections/{connectionBizId}/webhook-secretNoneRetrieves the plaintext webhook secret for a Slash connection. This is an internal endpoint used by the webhook verification service.
Authentication
No JWT required. This is an internal endpoint with no portal restriction.
Request Parameters
| Name | Type | Required | In | Description |
|---|---|---|---|---|
connectionBizId | String | Yes | path | Slash connection business ID. |
Success Response
Not Found404
{
"code": "4040",
"message": "Connection not found"
}Error Responses
| HTTP Status | Code | Description |
|---|---|---|
| 404 | 4040 | Connection 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.