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

Documentation Index

Fetch the complete documentation index at: https://docs.synctera.com/llms.txt

Use this file to discover all available pages before exploring further.

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