Skip to main content
POST
/
core
/
integrations
Save Integration
curl --request POST \
  --url https://api.integrations.commenda.io/v4/core/integrations \
  --header 'Content-Type: application/json' \
  --header 'api_key: <api-key>' \
  --data '
{
  "clientId": "<string>",
  "clientSecret": "<string>",
  "isRootfiIdentity": true,
  "isDisabled": true
}
'
{
  "request_id": "<string>",
  "data": {
    "integration": {
      "id": 123
    }
  }
}

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.

Save Integration.

Authorizations

api_key
string
header
required

Body

application/json
integrationType
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
clientId
string
clientSecret
string
isRootfiIdentity
boolean
isDisabled
boolean

Response

Integration saved.

request_id
string
required
data
V4SaveIntegrationResponse · object
required