Open Connector
所有 Tools

Digits logoDigits

Catalog 暂无描述。

digitsvcatalog-v188 个 Tools

认证方式

方式底层类型状态说明
OAuth 2.0oauth2available

调用示例

import { createClient } from "@open-connector/sdk";const oc = createClient({  baseUrl: "https://api.openconnector.dev",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({  slug: "DIGITS_AUTHORIZATION_SERVICE_TOKEN",  connectedAccountId: "conn_...",  arguments: { /* match this tool's input schema */ },});
import Composio from "@composio/client";const composio = new Composio({  baseURL: "https://api.openconnector.dev/composio",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("DIGITS_AUTHORIZATION_SERVICE_TOKEN", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute DIGITS_AUTHORIZATION_SERVICE_TOKEN --data '{ }'

Tool 目录

可用 Tools

88 个可调用操作

Token ExchangeDIGITS_AUTHORIZATION_SERVICE_TOKENExchange an authorization code for a refresh token, or a refresh token for a new access token.

Exchange an authorization code for a refresh token, or a refresh token for a new access token.

认证

需要 Connected Account

Tags

AuthorizationService
Bulk Create Client EmployeesDIGITS_CLIENT_EMPLOYEE_SERVICE_BULK_CREATE_CLIENT_EMPLOYEESCreate or reactivate multiple client employees' access across multiple client organizations in a single request. Users and client organizations must already exist. This operation is synchronous. An entry for an already-active employee binding succeeds without changing access when the request matches existing access; otherwise, that entry fails with AlreadyExists. Use Update Client Employee to fully replace access for active employee bindings. When reactivating an employee, supplied roles are applied and access omitted from the entry is not removed. Requires scope: `organization:sync`.

Create or reactivate multiple client employees' access across multiple client organizations in a single request. Users and client organizations must already exist. This operation is synchronous. An entry for an already-active employee binding succeeds without changing access when the request matches existing access; otherwise, that entry fails with AlreadyExists. Use Update Client Employee to fully replace access for active employee bindings. When reactivating an employee, supplied roles are applied and access omitted from the entry is not removed. Requires scope: `organization:sync`.

认证

需要 Connected Account

Tags

ClientEmployeeService
Bulk Delete Client EmployeesDIGITS_CLIENT_EMPLOYEE_SERVICE_BULK_DELETE_CLIENT_EMPLOYEESRemove employee access across multiple client organizations by Digits-assigned user ID or caller-assigned user ID. Maximum 100 per request. Removes matching client employee bindings and entity-role bindings for those clients' entities. Underlying users and affiliation/client roles are not deleted. Requires scope: `organization:sync`.

Remove employee access across multiple client organizations by Digits-assigned user ID or caller-assigned user ID. Maximum 100 per request. Removes matching client employee bindings and entity-role bindings for those clients' entities. Underlying users and affiliation/client roles are not deleted. Requires scope: `organization:sync`.

认证

需要 Connected Account

Tags

ClientEmployeeService
Create Client EmployeeDIGITS_CLIENT_EMPLOYEE_SERVICE_CREATE_CLIENT_EMPLOYEECreate or reactivate a client employee's access to a client organization. Both the user and client organization must already exist. This operation is synchronous. If the client employee binding already exists and is active, the request fails with AlreadyExists; use Update Client Employee to fully replace access for an active employee binding. When reactivating a client employee, supplied roles are applied and access omitted from the request is not removed. Requires scope: `organization:sync`.

Create or reactivate a client employee's access to a client organization. Both the user and client organization must already exist. This operation is synchronous. If the client employee binding already exists and is active, the request fails with AlreadyExists; use Update Client Employee to fully replace access for an active employee binding. When reactivating a client employee, supplied roles are applied and access omitted from the request is not removed. Requires scope: `organization:sync`.

认证

需要 Connected Account

Tags

ClientEmployeeService
Delete Client EmployeeDIGITS_CLIENT_EMPLOYEE_SERVICE_DELETE_CLIENT_EMPLOYEERemove a client employee's access to a client organization. Removes the client employee binding in the client organization and entity-role bindings for that client's entities. The underlying user and affiliation/client roles are not deleted. Requires scope: `organization:sync`.

Remove a client employee's access to a client organization. Removes the client employee binding in the client organization and entity-role bindings for that client's entities. The underlying user and affiliation/client roles are not deleted. Requires scope: `organization:sync`.

认证

需要 Connected Account

Tags

ClientEmployeeService
Get Client EmployeeDIGITS_CLIENT_EMPLOYEE_SERVICE_GET_CLIENT_EMPLOYEEGet a single client employee within a client organization by their Digits-assigned user ID.

Get a single client employee within a client organization by their Digits-assigned user ID.

认证

需要 Connected Account

Tags

ClientEmployeeService
List Client EmployeesDIGITS_CLIENT_EMPLOYEE_SERVICE_LIST_CLIENT_EMPLOYEESList all client employees with access to a client organization.

List all client employees with access to a client organization.

认证

需要 Connected Account

Tags

ClientEmployeeService
Update Client EmployeeDIGITS_CLIENT_EMPLOYEE_SERVICE_UPDATE_CLIENT_EMPLOYEEReplace a client employee's access within a client organization. The client employee binding must already exist and be active. If it does not exist or is not active, the request fails with NotFound; use Create Client Employee to create or reactivate access. This operation is synchronous and declarative: the client employee's organization role and entity-role bindings within this client organization are replaced by the request body. Requires scope: `organization:sync`.

Replace a client employee's access within a client organization. The client employee binding must already exist and be active. If it does not exist or is not active, the request fails with NotFound; use Create Client Employee to create or reactivate access. This operation is synchronous and declarative: the client employee's organization role and entity-role bindings within this client organization are replaced by the request body. Requires scope: `organization:sync`.

认证

需要 Connected Account

Tags

ClientEmployeeService
Bulk Delete Client EntitiesDIGITS_CLIENT_ENTITY_SERVICE_BULK_DELETE_ENTITIESDelete multiple client entities by Digits-assigned ID or caller-assigned ID. Maximum 100 per request. Removes all employee entity-role bindings for the specified entities. Requires scope: `organization:sync`.

Delete multiple client entities by Digits-assigned ID or caller-assigned ID. Maximum 100 per request. Removes all employee entity-role bindings for the specified entities. Requires scope: `organization:sync`.

认证

需要 Connected Account

Tags

ClientEntityService
Create Client EntityDIGITS_CLIENT_ENTITY_SERVICE_CREATE_ENTITYCreate a new entity within a client organization. The entity object is created synchronously, but data provisioning completes asynchronously. Requires scope: `organization:sync`.

Create a new entity within a client organization. The entity object is created synchronously, but data provisioning completes asynchronously. Requires scope: `organization:sync`.

认证

需要 Connected Account

Tags

ClientEntityService
Delete Client EntityDIGITS_CLIENT_ENTITY_SERVICE_DELETE_ENTITYDelete an entity within a client organization. Removes all employee entity-role bindings for this entity. Requires scope: `organization:sync`.

Delete an entity within a client organization. Removes all employee entity-role bindings for this entity. Requires scope: `organization:sync`.

认证

需要 Connected Account

Tags

ClientEntityService
Get Client EntityDIGITS_CLIENT_ENTITY_SERVICE_GET_ENTITYGet a single entity within a client organization by its Digits-assigned ID.

Get a single entity within a client organization by its Digits-assigned ID.

认证

需要 Connected Account

Tags

ClientEntityService
List Client EntitiesDIGITS_CLIENT_ENTITY_SERVICE_LIST_ENTITIESList all entities within a client organization.

List all entities within a client organization.

认证

需要 Connected Account

Tags

ClientEntityService
Create Client Payment InstrumentDIGITS_CLIENT_PAYMENT_INSTRUMENT_SERVICE_CREATECreate or update a payment instrument owned by a client entity.

Create or update a payment instrument owned by a client entity.

认证

需要 Connected Account

Tags

ClientPaymentInstrumentService
Delete Client Payment InstrumentsDIGITS_CLIENT_PAYMENT_INSTRUMENT_SERVICE_DELETEDelete client payment instruments by Digits-assigned or caller-assigned IDs. Unknown IDs are skipped. A deleted payment instrument becomes unavailable for any future payments; any in-flight payments continue to use it.

Delete client payment instruments by Digits-assigned or caller-assigned IDs. Unknown IDs are skipped. A deleted payment instrument becomes unavailable for any future payments; any in-flight payments continue to use it.

认证

需要 Connected Account

Tags

ClientPaymentInstrumentService
Query Client Payment InstrumentsDIGITS_CLIENT_PAYMENT_INSTRUMENT_SERVICE_QUERYFind client payment instruments by Digits-assigned or caller-assigned IDs.

Find client payment instruments by Digits-assigned or caller-assigned IDs.

认证

需要 Connected Account

Tags

ClientPaymentInstrumentService
Get Company InfoDIGITS_COMPANY_SERVICE_GETRead endpoint to get company information, including fiscal year start month and earliest transaction date.

Read endpoint to get company information, including fiscal year start month and earliest transaction date.

认证

需要 Connected Account

Tags

CompanyService
List SourcesDIGITS_CONNECTION_SOURCE_SERVICE_LISTList all connection sources.

List all connection sources.

认证

需要 Connected Account

Tags

ConnectionSourceService
Sync SourcesDIGITS_CONNECTION_SOURCE_SERVICE_SYNCSync endpoint to create, update, and delete connection sources. Connection sources organize transactions (for example, by bank account; or to separate bills and invoices) Labels allow seamless reference to the chart of accounts within the Ledger.

Sync endpoint to create, update, and delete connection sources. Connection sources organize transactions (for example, by bank account; or to separate bills and invoices) Labels allow seamless reference to the chart of accounts within the Ledger.

认证

需要 Connected Account

Tags

ConnectionSourceService
Create Entity Payment InstrumentDIGITS_ENTITY_PAYMENT_INSTRUMENT_SERVICE_CREATECreate or update a payment instrument owned by an organization entity. The entity's first instrument becomes its default funding instrument; an existing default is never overwritten.

Create or update a payment instrument owned by an organization entity. The entity's first instrument becomes its default funding instrument; an existing default is never overwritten.

认证

需要 Connected Account

Tags

EntityPaymentInstrumentService
Delete Entity Payment InstrumentsDIGITS_ENTITY_PAYMENT_INSTRUMENT_SERVICE_DELETEDelete entity payment instruments by Digits-assigned or caller-assigned IDs. Unknown IDs are skipped. A deleted payment instrument becomes unavailable for any future payments; any in-flight payments continue to use it.

Delete entity payment instruments by Digits-assigned or caller-assigned IDs. Unknown IDs are skipped. A deleted payment instrument becomes unavailable for any future payments; any in-flight payments continue to use it.

认证

需要 Connected Account

Tags

EntityPaymentInstrumentService
Query Entity Payment InstrumentsDIGITS_ENTITY_PAYMENT_INSTRUMENT_SERVICE_QUERYFind entity payment instruments by Digits-assigned or caller-assigned IDs.

Find entity payment instruments by Digits-assigned or caller-assigned IDs.

认证

需要 Connected Account

Tags

EntityPaymentInstrumentService
Get CategoryDIGITS_LEDGER_CATEGORY_SERVICE_GETGet a single category by its ID.

Get a single category by its ID.

认证

需要 Connected Account

Tags

LedgerCategoryService
List CategoriesDIGITS_LEDGER_CATEGORY_SERVICE_LISTFetch the full Chart of Accounts from the Ledger.

Fetch the full Chart of Accounts from the Ledger.

认证

需要 Connected Account

Tags

LedgerCategoryService
Get DepartmentDIGITS_LEDGER_DEPARTMENT_SERVICE_GETGet a single ledger department by its ID.

Get a single ledger department by its ID.

认证

需要 Connected Account

Tags

LedgerDepartmentService
List DepartmentsDIGITS_LEDGER_DEPARTMENT_SERVICE_LISTList ledger departments.

List ledger departments.

认证

需要 Connected Account

Tags

LedgerDepartmentService
Get LocationDIGITS_LEDGER_LOCATION_SERVICE_GETGet a single ledger location by its ID.

Get a single ledger location by its ID.

认证

需要 Connected Account

Tags

LedgerLocationService
List LocationsDIGITS_LEDGER_LOCATION_SERVICE_LISTList ledger locations.

List ledger locations.

认证

需要 Connected Account

Tags

LedgerLocationService
Get PartyDIGITS_LEDGER_PARTY_SERVICE_GETGet a single ledger party by its ID.

Get a single ledger party by its ID.

认证

需要 Connected Account

Tags

LedgerPartyService
List PartiesDIGITS_LEDGER_PARTY_SERVICE_LISTList ledger parties.

List ledger parties.

认证

需要 Connected Account

Tags

LedgerPartyService
Get ProjectDIGITS_LEDGER_PROJECT_SERVICE_GETGet a single ledger project by its ID.

Get a single ledger project by its ID.

认证

需要 Connected Account

Tags

LedgerProjectService
List ProjectsDIGITS_LEDGER_PROJECT_SERVICE_LISTList ledger projects.

List ledger projects.

认证

需要 Connected Account

Tags

LedgerProjectService
A/P AgingDIGITS_LEDGER_STATEMENTS_SERVICE_APAGINGGenerate an accounts payable aging report.

Generate an accounts payable aging report.

认证

需要 Connected Account

Tags

LedgerStatementsService
A/R AgingDIGITS_LEDGER_STATEMENTS_SERVICE_ARAGINGGenerate an accounts receivable aging report.

Generate an accounts receivable aging report.

认证

需要 Connected Account

Tags

LedgerStatementsService
Balance SheetDIGITS_LEDGER_STATEMENTS_SERVICE_BALANCE_SHEETGenerate a balance sheet statement.

Generate a balance sheet statement.

认证

需要 Connected Account

Tags

LedgerStatementsService
Cash FlowDIGITS_LEDGER_STATEMENTS_SERVICE_CASH_FLOWGenerate a cash flow statement.

Generate a cash flow statement.

认证

需要 Connected Account

Tags

LedgerStatementsService
Profit and LossDIGITS_LEDGER_STATEMENTS_SERVICE_PROFIT_AND_LOSSGenerate a profit and loss statement.

Generate a profit and loss statement.

认证

需要 Connected Account

Tags

LedgerStatementsService
Trial BalanceDIGITS_LEDGER_STATEMENTS_SERVICE_TRIAL_BALANCEGenerate a trial balance statement.

Generate a trial balance statement.

认证

需要 Connected Account

Tags

LedgerStatementsService
Get SummaryDIGITS_LEDGER_SUMMARY_SERVICE_SUMMARIZEGet a summary of ledger transactions.

Get a summary of ledger transactions.

认证

需要 Connected Account

Tags

LedgerSummaryService
List EntriesDIGITS_LEDGER_TRANSACTION_SERVICE_ENTRIESList ledger entries.

List ledger entries.

认证

需要 Connected Account

Tags

LedgerTransactionService
Get TransactionDIGITS_LEDGER_TRANSACTION_SERVICE_GET_TRANSACTIONGet a ledger transaction by its ID.

Get a ledger transaction by its ID.

认证

需要 Connected Account

Tags

LedgerTransactionService
Query EntriesDIGITS_LEDGER_TRANSACTION_SERVICE_QUERY_ENTRIESQuery ledger entries.

Query ledger entries.

认证

需要 Connected Account

Tags

LedgerTransactionService
Bulk Create ClientsDIGITS_ORGANIZATION_CLIENT_SERVICE_BULK_CREATEProvision multiple client organizations in a single request. Maximum 100 entities total across all clients per request. Each client is created synchronously, but entity data provisioning completes asynchronously. Requires scope: `organization:sync`.

Provision multiple client organizations in a single request. Maximum 100 entities total across all clients per request. Each client is created synchronously, but entity data provisioning completes asynchronously. Requires scope: `organization:sync`.

认证

需要 Connected Account

Tags

OrganizationClientService
Bulk Delete ClientsDIGITS_ORGANIZATION_CLIENT_SERVICE_BULK_DELETEDelete multiple client organizations by Digits-assigned ID or caller-assigned ID. Maximum 100 per request. Client organizations and their entities are removed. Employee bindings in each client organization and entity-role bindings on each client's entities are removed. Users are not deleted. Requires scope: `organization:sync`.

Delete multiple client organizations by Digits-assigned ID or caller-assigned ID. Maximum 100 per request. Client organizations and their entities are removed. Employee bindings in each client organization and entity-role bindings on each client's entities are removed. Users are not deleted. Requires scope: `organization:sync`.

认证

需要 Connected Account

Tags

OrganizationClientService
Create ClientDIGITS_ORGANIZATION_CLIENT_SERVICE_CREATEProvision a new client organization with one or more entities. The client and entity objects are created synchronously, but data provisioning for each entity completes asynchronously. Requires scope: `organization:sync`.

Provision a new client organization with one or more entities. The client and entity objects are created synchronously, but data provisioning for each entity completes asynchronously. Requires scope: `organization:sync`.

认证

需要 Connected Account

Tags

OrganizationClientService
Delete ClientDIGITS_ORGANIZATION_CLIENT_SERVICE_DELETEDelete a client organization managed by the caller's organization. The client organization and its entities are removed. Employee bindings in the client organization and entity-role bindings on the client's entities are removed. Users are not deleted. Requires scope: `organization:sync`.

Delete a client organization managed by the caller's organization. The client organization and its entities are removed. Employee bindings in the client organization and entity-role bindings on the client's entities are removed. Users are not deleted. Requires scope: `organization:sync`.

认证

需要 Connected Account

Tags

OrganizationClientService
Get ClientDIGITS_ORGANIZATION_CLIENT_SERVICE_GETGet a single client organization by its Digits-assigned ID.

Get a single client organization by its Digits-assigned ID.

认证

需要 Connected Account

Tags

OrganizationClientService
List ClientsDIGITS_ORGANIZATION_CLIENT_SERVICE_LISTList all client organizations affiliated with the organization.

List all client organizations affiliated with the organization.

认证

需要 Connected Account

Tags

OrganizationClientService
Bulk Delete EmployeesDIGITS_ORGANIZATION_EMPLOYEE_SERVICE_BULK_DELETEDelete multiple employee bindings by Digits-assigned user ID or caller-assigned user ID. Maximum 100 per request. Deletes matching employee bindings and removes their entity-role and client-role bindings. Underlying users are not deleted. Requires scope: `organization:sync`.

Delete multiple employee bindings by Digits-assigned user ID or caller-assigned user ID. Maximum 100 per request. Deletes matching employee bindings and removes their entity-role and client-role bindings. Underlying users are not deleted. Requires scope: `organization:sync`.

认证

需要 Connected Account

Tags

OrganizationEmployeeService
Create EmployeeDIGITS_ORGANIZATION_EMPLOYEE_SERVICE_CREATECreate or reactivate an employee binding. The user must already exist (either provisioned via SSO or as an existing Digits user). This operation is synchronous. If the employee binding already exists and is active, the request fails with AlreadyExists; use Update Employee to fully replace access for an active employee binding. When reactivating an employee, supplied roles are applied and access omitted from the request is not removed. Requires scope: `organization:sync`.

Create or reactivate an employee binding. The user must already exist (either provisioned via SSO or as an existing Digits user). This operation is synchronous. If the employee binding already exists and is active, the request fails with AlreadyExists; use Update Employee to fully replace access for an active employee binding. When reactivating an employee, supplied roles are applied and access omitted from the request is not removed. Requires scope: `organization:sync`.

认证

需要 Connected Account

Tags

OrganizationEmployeeService
Delete EmployeeDIGITS_ORGANIZATION_EMPLOYEE_SERVICE_DELETEDelete an employee binding in the caller's organization. Removes all of the employee's entity-role and client-role bindings. The underlying user is not deleted. Requires scope: `organization:sync`.

Delete an employee binding in the caller's organization. Removes all of the employee's entity-role and client-role bindings. The underlying user is not deleted. Requires scope: `organization:sync`.

认证

需要 Connected Account

Tags

OrganizationEmployeeService
Get EmployeeDIGITS_ORGANIZATION_EMPLOYEE_SERVICE_GETGet a single employee by their Digits-assigned ID.

Get a single employee by their Digits-assigned ID.

认证

需要 Connected Account

Tags

OrganizationEmployeeService
List EmployeesDIGITS_ORGANIZATION_EMPLOYEE_SERVICE_LISTList all employees in the organization.

List all employees in the organization.

认证

需要 Connected Account

Tags

OrganizationEmployeeService
Update EmployeeDIGITS_ORGANIZATION_EMPLOYEE_SERVICE_UPDATEFully replace an employee binding. The user must already exist and have an active employee binding. The request must identify the employee by Digits-assigned ID or caller-assigned user ID, include the employee's organization role, and may include entity access (`entities` and/or `entityRole`), client access (`clients` and/or `clientRole`), or both. `entityRole` and `clientRole` are stored as employee-level defaults for future entities or client entities and are applied to current access unless explicit `entities` or `clients` entries override them. Access omitted from the request is removed. Requires scope: `organization:sync`.

Fully replace an employee binding. The user must already exist and have an active employee binding. The request must identify the employee by Digits-assigned ID or caller-assigned user ID, include the employee's organization role, and may include entity access (`entities` and/or `entityRole`), client access (`clients` and/or `clientRole`), or both. `entityRole` and `clientRole` are stored as employee-level defaults for future entities or client entities and are applied to current access unless explicit `entities` or `clients` entries override them. Access omitted from the request is removed. Requires scope: `organization:sync`.

认证

需要 Connected Account

Tags

OrganizationEmployeeService
Create EntityDIGITS_ORGANIZATION_ENTITY_SERVICE_CREATECreate a new entity within the organization. The entity object is created synchronously, but data provisioning (chart of accounts, etc.) completes asynchronously. Requires scope: `organization:sync`.

Create a new entity within the organization. The entity object is created synchronously, but data provisioning (chart of accounts, etc.) completes asynchronously. Requires scope: `organization:sync`.

认证

需要 Connected Account

Tags

OrganizationEntityService
Delete EntityDIGITS_ORGANIZATION_ENTITY_SERVICE_DELETEDelete an entity. Deleting an entity also removes all employee access bindings for that entity. Requires scope: `organization:sync`.

Delete an entity. Deleting an entity also removes all employee access bindings for that entity. Requires scope: `organization:sync`.

认证

需要 Connected Account

Tags

OrganizationEntityService
Get EntityDIGITS_ORGANIZATION_ENTITY_SERVICE_GETGet a single entity by its Digits-assigned ID.

Get a single entity by its Digits-assigned ID.

认证

需要 Connected Account

Tags

OrganizationEntityService
List EntitiesDIGITS_ORGANIZATION_ENTITY_SERVICE_LISTList all entities in the organization.

List all entities in the organization.

认证

需要 Connected Account

Tags

OrganizationEntityService
Get OrganizationDIGITS_ORGANIZATION_SERVICE_GETReturns the caller's organization, including its Digits-assigned ID and, when set, its caller-assigned ID.

Returns the caller's organization, including its Digits-assigned ID and, when set, its caller-assigned ID.

认证

需要 Connected Account

Tags

OrganizationService
List DepartmentsDIGITS_SOURCE_DEPARTMENT_SERVICE_LISTList the departments provided by this source.

List the departments provided by this source.

认证

需要 Connected Account

Tags

SourceDepartmentService
Sync DepartmentsDIGITS_SOURCE_DEPARTMENT_SERVICE_SYNCBatch sync endpoint to create, update, and delete departments. Idempotence and deduplication is handled via the external_id field on each department.

Batch sync endpoint to create, update, and delete departments. Idempotence and deduplication is handled via the external_id field on each department.

认证

需要 Connected Account

Tags

SourceDepartmentService
List LocationsDIGITS_SOURCE_LOCATION_SERVICE_LISTList the locations provided by this source.

List the locations provided by this source.

认证

需要 Connected Account

Tags

SourceLocationService
Sync LocationsDIGITS_SOURCE_LOCATION_SERVICE_SYNCBatch sync endpoint to create, update, and delete locations. Idempotence and deduplication is handled via the external_id field on each location.

Batch sync endpoint to create, update, and delete locations. Idempotence and deduplication is handled via the external_id field on each location.

认证

需要 Connected Account

Tags

SourceLocationService
Store SamplesDIGITS_SOURCE_METRIC_SERVICE_STOREBatch endpoint to store time series metric samples.

Batch endpoint to store time series metric samples.

认证

需要 Connected Account

Tags

SourceMetricService
List PartiesDIGITS_SOURCE_PARTY_SERVICE_LISTList the parties provided by this source.

List the parties provided by this source.

认证

需要 Connected Account

Tags

SourcePartyService
Sync PartiesDIGITS_SOURCE_PARTY_SERVICE_SYNCBatch sync endpoint to create, update, and delete parties. Idempotence and deduplication is handled via the external_id field on each party.

Batch sync endpoint to create, update, and delete parties. Idempotence and deduplication is handled via the external_id field on each party.

认证

需要 Connected Account

Tags

SourcePartyService
List ProductsDIGITS_SOURCE_PRODUCT_SERVICE_LISTList the products provided by this source.

List the products provided by this source.

认证

需要 Connected Account

Tags

SourceProductService
Sync ProductsDIGITS_SOURCE_PRODUCT_SERVICE_SYNCBatch sync endpoint to create, update, and delete products. Idempotence and deduplication is handled via the external_id field on each product.

Batch sync endpoint to create, update, and delete products. Idempotence and deduplication is handled via the external_id field on each product.

认证

需要 Connected Account

Tags

SourceProductService
List ProjectsDIGITS_SOURCE_PROJECT_SERVICE_LISTList the projects provided by this source.

List the projects provided by this source.

认证

需要 Connected Account

Tags

SourceProjectService
Sync ProjectsDIGITS_SOURCE_PROJECT_SERVICE_SYNCBatch sync endpoint to create, update, and delete projects. Idempotence and deduplication is handled via the external_id field on each project.

Batch sync endpoint to create, update, and delete projects. Idempotence and deduplication is handled via the external_id field on each project.

认证

需要 Connected Account

Tags

SourceProjectService
Delete TransactionsDIGITS_SOURCE_TRANSACTION_SERVICE_DELETEDelete transactions by external ID.

Delete transactions by external ID.

认证

需要 Connected Account

Tags

SourceTransactionService
Sync TransactionsDIGITS_SOURCE_TRANSACTION_SERVICE_SYNCBatch sync endpoint to create or update transactions. Idempotence and deduplication is handled via the external_id field on each transaction.

Batch sync endpoint to create or update transactions. Idempotence and deduplication is handled via the external_id field on each transaction.

认证

需要 Connected Account

Tags

SourceTransactionService
Audit SSO UsersDIGITS_SSOAUDIT_SERVICE_AUDITAudit all SSO users in the organization with their current client organization access.

Audit all SSO users in the organization with their current client organization access.

认证

需要 Connected Account

Tags

SSOAuditService
Get SSO ConfigDIGITS_SSOCONFIG_SERVICE_GETReturns the SSO configuration for the organization. The organization must have SSO previously configured.

Returns the SSO configuration for the organization. The organization must have SSO previously configured.

认证

需要 Connected Account

Tags

SSOConfigService
Bulk Delete SSO UsersDIGITS_SSOUSER_SERVICE_BULK_DELETEDelete multiple SSO users by Digits-assigned ID or caller-assigned ID. The organization must have SSO configured. Removes each user and their employee and entity access from the organization and its client organizations. This operation is synchronous. Requires scope: `user:sync`.

Delete multiple SSO users by Digits-assigned ID or caller-assigned ID. The organization must have SSO configured. Removes each user and their employee and entity access from the organization and its client organizations. This operation is synchronous. Requires scope: `user:sync`.

认证

需要 Connected Account

Tags

SSOUserService
Create SSO UserDIGITS_SSOUSER_SERVICE_CREATECreate a new SSO user. The organization must have SSO configured. A deleted user is reactivated when recreated by the same identity provider, whether under the previous subject identifier or a new one. Recreation from a different identity provider is rejected. Returns the Digits-assigned ID and caller-assigned ID mapping. This operation is synchronous. Requires scope: `user:sync`.

Create a new SSO user. The organization must have SSO configured. A deleted user is reactivated when recreated by the same identity provider, whether under the previous subject identifier or a new one. Recreation from a different identity provider is rejected. Returns the Digits-assigned ID and caller-assigned ID mapping. This operation is synchronous. Requires scope: `user:sync`.

认证

需要 Connected Account

Tags

SSOUserService
Delete SSO UserDIGITS_SSOUSER_SERVICE_DELETEDelete an SSO user. The organization must have SSO configured. Removes the user and their employee and entity access from the organization and its client organizations. This operation is synchronous. Requires scope: `user:sync`.

Delete an SSO user. The organization must have SSO configured. Removes the user and their employee and entity access from the organization and its client organizations. This operation is synchronous. Requires scope: `user:sync`.

认证

需要 Connected Account

Tags

SSOUserService
Get SSO UserDIGITS_SSOUSER_SERVICE_GETGet a single SSO user by their Digits-assigned ID. The organization must have SSO configured.

Get a single SSO user by their Digits-assigned ID. The organization must have SSO configured.

认证

需要 Connected Account

Tags

SSOUserService
List SSO UsersDIGITS_SSOUSER_SERVICE_LISTList all SSO users in the organization. The organization must have SSO configured.

List all SSO users in the organization. The organization must have SSO configured.

认证

需要 Connected Account

Tags

SSOUserService
Approve Workflow BillsDIGITS_WORKFLOW_BILL_SERVICE_APPROVEApprove one or more bills awaiting approval. Requires scope: `bills:manage`.

Approve one or more bills awaiting approval. Requires scope: `bills:manage`.

认证

需要 Connected Account

Tags

WorkflowBillService
Delete Workflow BillsDIGITS_WORKFLOW_BILL_SERVICE_DELETEDelete one or more pre-approval bills. Requires scope: `bills:manage`.

Delete one or more pre-approval bills. Requires scope: `bills:manage`.

认证

需要 Connected Account

Tags

WorkflowBillService
Get Workflow BillDIGITS_WORKFLOW_BILL_SERVICE_GETGet a workflow bill by its Digits-assigned ID. Requires scope: `bills:manage`.

Get a workflow bill by its Digits-assigned ID. Requires scope: `bills:manage`.

认证

需要 Connected Account

Tags

WorkflowBillService
Pay Workflow BillsDIGITS_WORKFLOW_BILL_SERVICE_PAYPay one or more approved bills, either through Digits-managed payment rails or by recording an external/manual payment. Requires scope: `bills:manage`.

Pay one or more approved bills, either through Digits-managed payment rails or by recording an external/manual payment. Requires scope: `bills:manage`.

认证

需要 Connected Account

Tags

WorkflowBillService
Query Workflow BillsDIGITS_WORKFLOW_BILL_SERVICE_QUERYQuery workflow bills visible to the caller. Requires scope: `bills:manage`.

Query workflow bills visible to the caller. Requires scope: `bills:manage`.

认证

需要 Connected Account

Tags

WorkflowBillService
Reject Workflow BillsDIGITS_WORKFLOW_BILL_SERVICE_REJECTReject one or more bills awaiting approval. Requires scope: `bills:manage`.

Reject one or more bills awaiting approval. Requires scope: `bills:manage`.

认证

需要 Connected Account

Tags

WorkflowBillService
Submit Workflow BillsDIGITS_WORKFLOW_BILL_SERVICE_SUBMITSubmit one or more draft bills for approval. Requires scope: `bills:manage`.

Submit one or more draft bills for approval. Requires scope: `bills:manage`.

认证

需要 Connected Account

Tags

WorkflowBillService
Update Workflow Bill Payment StatusDIGITS_WORKFLOW_BILL_SERVICE_UPDATE_PAYMENT_STATUSReport externally managed payment lifecycle updates for one or more bills. Requires scope: `bills:manage`.

Report externally managed payment lifecycle updates for one or more bills. Requires scope: `bills:manage`.

认证

需要 Connected Account

Tags

WorkflowBillService
Void Workflow BillsDIGITS_WORKFLOW_BILL_SERVICE_VOIDVoid one or more eligible bills. Requires scope: `bills:manage`.

Void one or more eligible bills. Requires scope: `bills:manage`.

认证

需要 Connected Account

Tags

WorkflowBillService