Skip to main content
GET
Retrieve a webhook signing secret

Authorizations

x-api-key
string
header
required

API key for authentication. You can find your API key in the Creem dashboard under Settings > API Keys.

Path Parameters

id
string
required

The webhook ID

Response

Successfully retrieved the webhook signing secret

secret
string
required

The signing secret for this endpoint. Use it to verify the signature header on every delivery.

Example:

"whsec_xxxxxxxxxxxxxxxxxxxx"