POST
/
webhook_secrets
Create a secret
curl --request POST \
  --url https://api-sandbox.synctera.com/v0/webhook_secrets \
  --header 'Authorization: Bearer <token>'
{
  "secret": "<string>"
}

Authorizations

Authorization
string
header
required

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

Response

Webhook secret response

secret
string

Generated secret. Do not share. This secret will be used to verify that webhook requests were sent from Synctera.

Required string length: 64