Digits
Catalog 暂无描述。
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| OAuth 2.0 | oauth2 | available | — |
调用示例
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
List Client EntitiesDIGITS_CLIENT_ENTITY_SERVICE_LIST_ENTITIESList all entities within a client organization.需要连接
List all entities within a client organization.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
List SourcesDIGITS_CONNECTION_SOURCE_SERVICE_LISTList all connection sources.需要连接
List all connection sources.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
Get CategoryDIGITS_LEDGER_CATEGORY_SERVICE_GETGet a single category by its ID.需要连接
Get a single category by its ID.
认证
需要 Connected AccountTags
List CategoriesDIGITS_LEDGER_CATEGORY_SERVICE_LISTFetch the full Chart of Accounts from the Ledger.需要连接
Fetch the full Chart of Accounts from the Ledger.
认证
需要 Connected AccountTags
Get DepartmentDIGITS_LEDGER_DEPARTMENT_SERVICE_GETGet a single ledger department by its ID.需要连接
Get a single ledger department by its ID.
认证
需要 Connected AccountTags
List DepartmentsDIGITS_LEDGER_DEPARTMENT_SERVICE_LISTList ledger departments.需要连接
List ledger departments.
认证
需要 Connected AccountTags
Get LocationDIGITS_LEDGER_LOCATION_SERVICE_GETGet a single ledger location by its ID.需要连接
Get a single ledger location by its ID.
认证
需要 Connected AccountTags
List LocationsDIGITS_LEDGER_LOCATION_SERVICE_LISTList ledger locations.需要连接
List ledger locations.
认证
需要 Connected AccountTags
Get PartyDIGITS_LEDGER_PARTY_SERVICE_GETGet a single ledger party by its ID.需要连接
Get a single ledger party by its ID.
认证
需要 Connected AccountTags
List PartiesDIGITS_LEDGER_PARTY_SERVICE_LISTList ledger parties.需要连接
List ledger parties.
认证
需要 Connected AccountTags
Get ProjectDIGITS_LEDGER_PROJECT_SERVICE_GETGet a single ledger project by its ID.需要连接
Get a single ledger project by its ID.
认证
需要 Connected AccountTags
List ProjectsDIGITS_LEDGER_PROJECT_SERVICE_LISTList ledger projects.需要连接
List ledger projects.
认证
需要 Connected AccountTags
A/P AgingDIGITS_LEDGER_STATEMENTS_SERVICE_APAGINGGenerate an accounts payable aging report.需要连接
Generate an accounts payable aging report.
认证
需要 Connected AccountTags
A/R AgingDIGITS_LEDGER_STATEMENTS_SERVICE_ARAGINGGenerate an accounts receivable aging report.需要连接
Generate an accounts receivable aging report.
认证
需要 Connected AccountTags
Balance SheetDIGITS_LEDGER_STATEMENTS_SERVICE_BALANCE_SHEETGenerate a balance sheet statement.需要连接
Generate a balance sheet statement.
认证
需要 Connected AccountTags
Cash FlowDIGITS_LEDGER_STATEMENTS_SERVICE_CASH_FLOWGenerate a cash flow statement.需要连接
Generate a cash flow statement.
认证
需要 Connected AccountTags
Profit and LossDIGITS_LEDGER_STATEMENTS_SERVICE_PROFIT_AND_LOSSGenerate a profit and loss statement.需要连接
Generate a profit and loss statement.
认证
需要 Connected AccountTags
Trial BalanceDIGITS_LEDGER_STATEMENTS_SERVICE_TRIAL_BALANCEGenerate a trial balance statement.需要连接
Generate a trial balance statement.
认证
需要 Connected AccountTags
Get SummaryDIGITS_LEDGER_SUMMARY_SERVICE_SUMMARIZEGet a summary of ledger transactions.需要连接
Get a summary of ledger transactions.
认证
需要 Connected AccountTags
List EntriesDIGITS_LEDGER_TRANSACTION_SERVICE_ENTRIESList ledger entries.需要连接
List ledger entries.
认证
需要 Connected AccountTags
Get TransactionDIGITS_LEDGER_TRANSACTION_SERVICE_GET_TRANSACTIONGet a ledger transaction by its ID.需要连接
Get a ledger transaction by its ID.
认证
需要 Connected AccountTags
Query EntriesDIGITS_LEDGER_TRANSACTION_SERVICE_QUERY_ENTRIESQuery ledger entries.需要连接
Query ledger entries.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
List ClientsDIGITS_ORGANIZATION_CLIENT_SERVICE_LISTList all client organizations affiliated with the organization.需要连接
List all client organizations affiliated with the organization.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
Get EmployeeDIGITS_ORGANIZATION_EMPLOYEE_SERVICE_GETGet a single employee by their Digits-assigned ID.需要连接
Get a single employee by their Digits-assigned ID.
认证
需要 Connected AccountTags
List EmployeesDIGITS_ORGANIZATION_EMPLOYEE_SERVICE_LISTList all employees in the organization.需要连接
List all employees in the organization.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
Get EntityDIGITS_ORGANIZATION_ENTITY_SERVICE_GETGet a single entity by its Digits-assigned ID.需要连接
Get a single entity by its Digits-assigned ID.
认证
需要 Connected AccountTags
List EntitiesDIGITS_ORGANIZATION_ENTITY_SERVICE_LISTList all entities in the organization.需要连接
List all entities in the organization.
认证
需要 Connected AccountTags
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 AccountTags
List DepartmentsDIGITS_SOURCE_DEPARTMENT_SERVICE_LISTList the departments provided by this source.需要连接
List the departments provided by this source.
认证
需要 Connected AccountTags
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 AccountTags
List LocationsDIGITS_SOURCE_LOCATION_SERVICE_LISTList the locations provided by this source.需要连接
List the locations provided by this source.
认证
需要 Connected AccountTags
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 AccountTags
Store SamplesDIGITS_SOURCE_METRIC_SERVICE_STOREBatch endpoint to store time series metric samples.需要连接
Batch endpoint to store time series metric samples.
认证
需要 Connected AccountTags
List PartiesDIGITS_SOURCE_PARTY_SERVICE_LISTList the parties provided by this source.需要连接
List the parties provided by this source.
认证
需要 Connected AccountTags
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 AccountTags
List ProductsDIGITS_SOURCE_PRODUCT_SERVICE_LISTList the products provided by this source.需要连接
List the products provided by this source.
认证
需要 Connected AccountTags
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 AccountTags
List ProjectsDIGITS_SOURCE_PROJECT_SERVICE_LISTList the projects provided by this source.需要连接
List the projects provided by this source.
认证
需要 Connected AccountTags
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 AccountTags
Delete TransactionsDIGITS_SOURCE_TRANSACTION_SERVICE_DELETEDelete transactions by external ID.需要连接
Delete transactions by external ID.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags