Skip to content

Get Webhook Secret

GET/internal/slash/connections/{connectionBizId}/webhook-secretNone

Retrieves 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

NameTypeRequiredInDescription
connectionBizIdStringYespathSlash connection business ID.

Success Response

Not Found404
{
  "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.

Internal Documentation