Skip to main content
PUT
/
api
/
v1
/
stripe
/
webhook
/
classic
/
secret
Generate new webhook secret
curl --request PUT \
  --url https://demo.api.loopcrypto.xyz/api/v1/stripe/webhook/classic/secret \
  --header 'api-key: <api-key>' \
  --header 'entity-id: <api-key>'
{
  "secret": "1234567890abcdef"
}

Authorizations

api-key
string
header
required
entity-id
string
header
required

Response

Ok

secret
string
required

The secret used to verify all webhook events.

Example:

"1234567890abcdef"

I