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

201
application/json

Webhook secret response

The response is of type object.