Skip to main content
POST
Generate a webhook signing secret for the authenticated merchant

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Input for webhook secret operations

Input for webhook secret operations

merchant_id
string<uuid>

Merchant ID. Defaults to the logged-in merchant if not provided. Required for admin tokens.

Example:

"550e8400-e29b-41d4-a716-446655440000"

Response

Success

success
boolean
required

Indicates if the request was successful

Example:

true

data
object
required