Skip to main content
POST
/
core
/
webhook-credential
Create Webhook Credential
curl --request POST \
  --url https://api.integrations.commenda.io/v4/core/webhook-credential \
  --header 'Content-Type: application/json' \
  --header 'api_key: <api-key>' \
  --data '
{
  "signing_secret": "<string>",
  "rootfi_company_id": 123
}
'
{
  "request_id": "<string>",
  "data": {
    "data": {
      "rootfi_id": 123,
      "rootfi_created_at": "2023-11-07T05:31:56Z",
      "rootfi_updated_at": "2023-11-07T05:31:56Z",
      "rootfi_organisation_id": 123,
      "rootfi_company_id": 123,
      "verification_token": "<string>",
      "signing_secret_masked": "<string>"
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://integrations.docs.commenda.io/llms.txt

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

Create Webhook Credential.

Authorizations

api_key
string
header
required

Body

application/json
integration_type
enum<string>
required

V4-supported integration types only.

Available options:
STRIPE,
NETSUITE,
XERO,
ZOHO_BOOKS,
WAFEQ,
QUICKBOOKS,
QUICKBOOKS_SANDBOX,
BIG_COMMERCE,
WOO_COMMERCE,
OODOO_ACCOUNTING,
SHOPIFY,
FRESHBOOKS
signing_secret
string
required
verification_mode
enum<string>
required
Available options:
URL_PARAM,
HEADER
rootfi_company_id
integer | null

Response

Credential created.

request_id
string
required
data
V4WebhookCredentialPayload · object
required