# Get webhook secret

> Retrieves the signing secret for the specified webhook

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"Get webhook secret"}
>
</Heading>

<MethodEndpoint
  method={"get"}
  path={"/api/v1/webhooks/{webhook_id}/secret"}
  context={"endpoint"}
>
  
</MethodEndpoint>

Retrieves the signing secret for the specified webhook

<Heading
  id={"request"}
  as={"h2"}
  className={"openapi-tabs__heading"}
>
  <Translate id="theme.openapi.request.title">Request</Translate>
</Heading>

<ParamsDetails
  {...require("./get-webhook-secret.ParamsDetails.json")}
>
  
</ParamsDetails>

<RequestSchema
  {...require("./get-webhook-secret.RequestSchema.json")}
>
  
</RequestSchema>

<StatusCodes
  {...require("./get-webhook-secret.StatusCodes.json")}
>
  
</StatusCodes>
