curl --request GET \
--url https://api.rootfi.dev/v3/core/webhooks \
--header 'api_key: <api-key>'{
"data": [
{
"id": "THBROZzWGuL3b8qEEdBF",
"headers": {
"api_key": "fhsjd"
},
"operations": [
"CREATE"
],
"data_models": [
"ACCOUNTS"
],
"name": "webhook 1",
"created_at": "2024-04-15T04:52:25.309Z",
"type": "CONNECTION_CHANGED",
"url": "https://webhook.site/eec24873-a381-4694-b684-a1d77d9e0697"
}
]
}Retrieve all webhooks from the database.
curl --request GET \
--url https://api.rootfi.dev/v3/core/webhooks \
--header 'api_key: <api-key>'{
"data": [
{
"id": "THBROZzWGuL3b8qEEdBF",
"headers": {
"api_key": "fhsjd"
},
"operations": [
"CREATE"
],
"data_models": [
"ACCOUNTS"
],
"name": "webhook 1",
"created_at": "2024-04-15T04:52:25.309Z",
"type": "CONNECTION_CHANGED",
"url": "https://webhook.site/eec24873-a381-4694-b684-a1d77d9e0697"
}
]
}The data of the webhooks endpoint
The data of the webhooks endpoint
Show child attributes
The ID of the webhook
"THBROZzWGuL3b8qEEdBF"
The headers of the webhook
The operations of the webhook
CREATE, UPDATE, DELETE The data models of the webhook
ACCOUNTS, BANK_ACCOUNTS, BILLS, BILL_PAYMENTS, COMPANY_INFO, CONTACTS, BILL_CREDIT_NOTES, INVOICE_CREDIT_NOTES, DOCUMENTS, EXPENSES, INVOICES, INVOICE_PAYMENTS, ITEMS, LINE_ITEMS, TAX_RATES, JOURNAL_ENTRIES, BANK_TRANSACTIONS, JOURNAL_LINES, PURCHASE_ORDERS, SALES_ORDERS, PHONE_NUMBERS, ADDRESSES, EXTERNAL_LINKS, CONTACT_PERSONS, INCOME_STATEMENT, BALANCE_SHEET, TRACKING_CATEGORIES, CASH_FLOW_STATEMENT, CURRENCIES, PAYMENT_CUSTOMERS, PAYMENT_INVOICES, PAYMENT_LINE_ITEMS, PAYMENT_ITEMS, PAYMENT_ORDERS, PAYMENT_TAX_RATES, PAYMENT_DISPUTES, PAYMENT_PAYMENTS, PAYMENT_REFUNDS, PAYMENT_PAYMENT_LINKS, PAYMENT_PAYOUTS, PAYMENT_ADDRESSES, PAYMENT_PHONE_NUMBERS, PAYMENT_EXTERNAL_LINKS, PAYMENT_TRANSACTIONS, PAYMENT_BALANCES, ECOMMERCE_ORDERS, ECOMMERCE_CUSTOMERS, ECOMMERCE_PRODUCTS, ECOMMERCE_LINE_ITEMS, CRM_CONTACTS, CRM_COMPANIES, CRM_DEALS, CRM_LEADS, CRM_NOTES, CRM_PIPELINES, CRM_STAGES, CRM_ACTIVITIES, CRM_TASKS, CRM_USERS, CRM_EXTERNAL_LINKS, CRM_PHONE_NUMBERS, CRM_ADDRESSES The name of the webhook
"webhook 1"
The date the webhook was created
"2024-04-15T04:52:25.309Z"
The type of the webhook
DATA_MODEL_CHANGES, CONNECTION_CHANGED, SYNC_COMPLETED The URL of the webhook
"https://webhook.site/eec24873-a381-4694-b684-a1d77d9e0697"