Skip to main content
GET
/
v1
/
webhooks
/
{webhook_id}
/
secret
Reveal Signing Secret
curl --request GET \
  --url https://karibu.briq.tz/v1/webhooks/{webhook_id}/secret \
  --header 'X-API-Key: <api-key>'
{
  "secret_token": "<string>"
}

Authorizations

X-API-Key
string
header
required

Headers

X-API-Key
string
required

Path Parameters

webhook_id
string
required

Response

Successful Response

Plaintext webhook signing secret.

secret_token
string
required

Plaintext signing secret. Use to verify X-Briq-Signature (HMAC-SHA256 of the raw request body).

Example:

"whsec_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"