Digits
No catalog description yet.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| OAuth 2.0 | oauth2 | available | — |
Call a tool
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 catalog
Available tools
88 callable operations
Token ExchangeDIGITS_AUTHORIZATION_SERVICE_TOKENExchange an authorization code for a refresh token, or a refresh token for a new access token.Connection
Exchange an authorization code for a refresh token, or a refresh token for a new access token.
Authentication
Connected account requiredTags
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`.Connection
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`.
Authentication
Connected account requiredTags
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`.Connection
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`.
Authentication
Connected account requiredTags
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`.Connection
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`.
Authentication
Connected account requiredTags
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`.Connection
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`.
Authentication
Connected account requiredTags
Get Client EmployeeDIGITS_CLIENT_EMPLOYEE_SERVICE_GET_CLIENT_EMPLOYEEGet a single client employee within a client organization by their Digits-assigned user ID.Connection
Get a single client employee within a client organization by their Digits-assigned user ID.
Authentication
Connected account requiredTags
List Client EmployeesDIGITS_CLIENT_EMPLOYEE_SERVICE_LIST_CLIENT_EMPLOYEESList all client employees with access to a client organization.Connection
List all client employees with access to a client organization.
Authentication
Connected account requiredTags
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`.Connection
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`.
Authentication
Connected account requiredTags
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`.Connection
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`.
Authentication
Connected account requiredTags
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`.Connection
Create a new entity within a client organization. The entity object is created synchronously, but data provisioning completes asynchronously. Requires scope: `organization:sync`.
Authentication
Connected account requiredTags
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`.Connection
Delete an entity within a client organization. Removes all employee entity-role bindings for this entity. Requires scope: `organization:sync`.
Authentication
Connected account requiredTags
Get Client EntityDIGITS_CLIENT_ENTITY_SERVICE_GET_ENTITYGet a single entity within a client organization by its Digits-assigned ID.Connection
Get a single entity within a client organization by its Digits-assigned ID.
Authentication
Connected account requiredTags
List Client EntitiesDIGITS_CLIENT_ENTITY_SERVICE_LIST_ENTITIESList all entities within a client organization.Connection
List all entities within a client organization.
Authentication
Connected account requiredTags
Create Client Payment InstrumentDIGITS_CLIENT_PAYMENT_INSTRUMENT_SERVICE_CREATECreate or update a payment instrument owned by a client entity.Connection
Create or update a payment instrument owned by a client entity.
Authentication
Connected account requiredTags
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.Connection
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.
Authentication
Connected account requiredTags
Query Client Payment InstrumentsDIGITS_CLIENT_PAYMENT_INSTRUMENT_SERVICE_QUERYFind client payment instruments by Digits-assigned or caller-assigned IDs.Connection
Find client payment instruments by Digits-assigned or caller-assigned IDs.
Authentication
Connected account requiredTags
Get Company InfoDIGITS_COMPANY_SERVICE_GETRead endpoint to get company information, including fiscal year start month and earliest transaction date.Connection
Read endpoint to get company information, including fiscal year start month and earliest transaction date.
Authentication
Connected account requiredTags
List SourcesDIGITS_CONNECTION_SOURCE_SERVICE_LISTList all connection sources.Connection
List all connection sources.
Authentication
Connected account requiredTags
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.Connection
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.
Authentication
Connected account requiredTags
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.Connection
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.
Authentication
Connected account requiredTags
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.Connection
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.
Authentication
Connected account requiredTags
Query Entity Payment InstrumentsDIGITS_ENTITY_PAYMENT_INSTRUMENT_SERVICE_QUERYFind entity payment instruments by Digits-assigned or caller-assigned IDs.Connection
Find entity payment instruments by Digits-assigned or caller-assigned IDs.
Authentication
Connected account requiredTags
Get CategoryDIGITS_LEDGER_CATEGORY_SERVICE_GETGet a single category by its ID.Connection
Get a single category by its ID.
Authentication
Connected account requiredTags
List CategoriesDIGITS_LEDGER_CATEGORY_SERVICE_LISTFetch the full Chart of Accounts from the Ledger.Connection
Fetch the full Chart of Accounts from the Ledger.
Authentication
Connected account requiredTags
Get DepartmentDIGITS_LEDGER_DEPARTMENT_SERVICE_GETGet a single ledger department by its ID.Connection
Get a single ledger department by its ID.
Authentication
Connected account requiredTags
List DepartmentsDIGITS_LEDGER_DEPARTMENT_SERVICE_LISTList ledger departments.Connection
List ledger departments.
Authentication
Connected account requiredTags
Get LocationDIGITS_LEDGER_LOCATION_SERVICE_GETGet a single ledger location by its ID.Connection
Get a single ledger location by its ID.
Authentication
Connected account requiredTags
List LocationsDIGITS_LEDGER_LOCATION_SERVICE_LISTList ledger locations.Connection
List ledger locations.
Authentication
Connected account requiredTags
Get PartyDIGITS_LEDGER_PARTY_SERVICE_GETGet a single ledger party by its ID.Connection
Get a single ledger party by its ID.
Authentication
Connected account requiredTags
List PartiesDIGITS_LEDGER_PARTY_SERVICE_LISTList ledger parties.Connection
List ledger parties.
Authentication
Connected account requiredTags
Get ProjectDIGITS_LEDGER_PROJECT_SERVICE_GETGet a single ledger project by its ID.Connection
Get a single ledger project by its ID.
Authentication
Connected account requiredTags
List ProjectsDIGITS_LEDGER_PROJECT_SERVICE_LISTList ledger projects.Connection
List ledger projects.
Authentication
Connected account requiredTags
A/P AgingDIGITS_LEDGER_STATEMENTS_SERVICE_APAGINGGenerate an accounts payable aging report.Connection
Generate an accounts payable aging report.
Authentication
Connected account requiredTags
A/R AgingDIGITS_LEDGER_STATEMENTS_SERVICE_ARAGINGGenerate an accounts receivable aging report.Connection
Generate an accounts receivable aging report.
Authentication
Connected account requiredTags
Balance SheetDIGITS_LEDGER_STATEMENTS_SERVICE_BALANCE_SHEETGenerate a balance sheet statement.Connection
Generate a balance sheet statement.
Authentication
Connected account requiredTags
Cash FlowDIGITS_LEDGER_STATEMENTS_SERVICE_CASH_FLOWGenerate a cash flow statement.Connection
Generate a cash flow statement.
Authentication
Connected account requiredTags
Profit and LossDIGITS_LEDGER_STATEMENTS_SERVICE_PROFIT_AND_LOSSGenerate a profit and loss statement.Connection
Generate a profit and loss statement.
Authentication
Connected account requiredTags
Trial BalanceDIGITS_LEDGER_STATEMENTS_SERVICE_TRIAL_BALANCEGenerate a trial balance statement.Connection
Generate a trial balance statement.
Authentication
Connected account requiredTags
Get SummaryDIGITS_LEDGER_SUMMARY_SERVICE_SUMMARIZEGet a summary of ledger transactions.Connection
Get a summary of ledger transactions.
Authentication
Connected account requiredTags
List EntriesDIGITS_LEDGER_TRANSACTION_SERVICE_ENTRIESList ledger entries.Connection
List ledger entries.
Authentication
Connected account requiredTags
Get TransactionDIGITS_LEDGER_TRANSACTION_SERVICE_GET_TRANSACTIONGet a ledger transaction by its ID.Connection
Get a ledger transaction by its ID.
Authentication
Connected account requiredTags
Query EntriesDIGITS_LEDGER_TRANSACTION_SERVICE_QUERY_ENTRIESQuery ledger entries.Connection
Query ledger entries.
Authentication
Connected account requiredTags
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`.Connection
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`.
Authentication
Connected account requiredTags
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`.Connection
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`.
Authentication
Connected account requiredTags
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`.Connection
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`.
Authentication
Connected account requiredTags
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`.Connection
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`.
Authentication
Connected account requiredTags
Get ClientDIGITS_ORGANIZATION_CLIENT_SERVICE_GETGet a single client organization by its Digits-assigned ID.Connection
Get a single client organization by its Digits-assigned ID.
Authentication
Connected account requiredTags
List ClientsDIGITS_ORGANIZATION_CLIENT_SERVICE_LISTList all client organizations affiliated with the organization.Connection
List all client organizations affiliated with the organization.
Authentication
Connected account requiredTags
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`.Connection
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`.
Authentication
Connected account requiredTags
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`.Connection
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`.
Authentication
Connected account requiredTags
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`.Connection
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`.
Authentication
Connected account requiredTags
Get EmployeeDIGITS_ORGANIZATION_EMPLOYEE_SERVICE_GETGet a single employee by their Digits-assigned ID.Connection
Get a single employee by their Digits-assigned ID.
Authentication
Connected account requiredTags
List EmployeesDIGITS_ORGANIZATION_EMPLOYEE_SERVICE_LISTList all employees in the organization.Connection
List all employees in the organization.
Authentication
Connected account requiredTags
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`.Connection
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`.
Authentication
Connected account requiredTags
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`.Connection
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`.
Authentication
Connected account requiredTags
Delete EntityDIGITS_ORGANIZATION_ENTITY_SERVICE_DELETEDelete an entity. Deleting an entity also removes all employee access bindings for that entity. Requires scope: `organization:sync`.Connection
Delete an entity. Deleting an entity also removes all employee access bindings for that entity. Requires scope: `organization:sync`.
Authentication
Connected account requiredTags
Get EntityDIGITS_ORGANIZATION_ENTITY_SERVICE_GETGet a single entity by its Digits-assigned ID.Connection
Get a single entity by its Digits-assigned ID.
Authentication
Connected account requiredTags
List EntitiesDIGITS_ORGANIZATION_ENTITY_SERVICE_LISTList all entities in the organization.Connection
List all entities in the organization.
Authentication
Connected account requiredTags
Get OrganizationDIGITS_ORGANIZATION_SERVICE_GETReturns the caller's organization, including its Digits-assigned ID and, when set, its caller-assigned ID.Connection
Returns the caller's organization, including its Digits-assigned ID and, when set, its caller-assigned ID.
Authentication
Connected account requiredTags
List DepartmentsDIGITS_SOURCE_DEPARTMENT_SERVICE_LISTList the departments provided by this source.Connection
List the departments provided by this source.
Authentication
Connected account requiredTags
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.Connection
Batch sync endpoint to create, update, and delete departments. Idempotence and deduplication is handled via the external_id field on each department.
Authentication
Connected account requiredTags
List LocationsDIGITS_SOURCE_LOCATION_SERVICE_LISTList the locations provided by this source.Connection
List the locations provided by this source.
Authentication
Connected account requiredTags
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.Connection
Batch sync endpoint to create, update, and delete locations. Idempotence and deduplication is handled via the external_id field on each location.
Authentication
Connected account requiredTags
Store SamplesDIGITS_SOURCE_METRIC_SERVICE_STOREBatch endpoint to store time series metric samples.Connection
Batch endpoint to store time series metric samples.
Authentication
Connected account requiredTags
List PartiesDIGITS_SOURCE_PARTY_SERVICE_LISTList the parties provided by this source.Connection
List the parties provided by this source.
Authentication
Connected account requiredTags
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.Connection
Batch sync endpoint to create, update, and delete parties. Idempotence and deduplication is handled via the external_id field on each party.
Authentication
Connected account requiredTags
List ProductsDIGITS_SOURCE_PRODUCT_SERVICE_LISTList the products provided by this source.Connection
List the products provided by this source.
Authentication
Connected account requiredTags
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.Connection
Batch sync endpoint to create, update, and delete products. Idempotence and deduplication is handled via the external_id field on each product.
Authentication
Connected account requiredTags
List ProjectsDIGITS_SOURCE_PROJECT_SERVICE_LISTList the projects provided by this source.Connection
List the projects provided by this source.
Authentication
Connected account requiredTags
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.Connection
Batch sync endpoint to create, update, and delete projects. Idempotence and deduplication is handled via the external_id field on each project.
Authentication
Connected account requiredTags
Delete TransactionsDIGITS_SOURCE_TRANSACTION_SERVICE_DELETEDelete transactions by external ID.Connection
Delete transactions by external ID.
Authentication
Connected account requiredTags
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.Connection
Batch sync endpoint to create or update transactions. Idempotence and deduplication is handled via the external_id field on each transaction.
Authentication
Connected account requiredTags
Audit SSO UsersDIGITS_SSOAUDIT_SERVICE_AUDITAudit all SSO users in the organization with their current client organization access.Connection
Audit all SSO users in the organization with their current client organization access.
Authentication
Connected account requiredTags
Get SSO ConfigDIGITS_SSOCONFIG_SERVICE_GETReturns the SSO configuration for the organization. The organization must have SSO previously configured.Connection
Returns the SSO configuration for the organization. The organization must have SSO previously configured.
Authentication
Connected account requiredTags
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`.Connection
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`.
Authentication
Connected account requiredTags
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`.Connection
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`.
Authentication
Connected account requiredTags
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`.Connection
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`.
Authentication
Connected account requiredTags
Get SSO UserDIGITS_SSOUSER_SERVICE_GETGet a single SSO user by their Digits-assigned ID. The organization must have SSO configured.Connection
Get a single SSO user by their Digits-assigned ID. The organization must have SSO configured.
Authentication
Connected account requiredTags
List SSO UsersDIGITS_SSOUSER_SERVICE_LISTList all SSO users in the organization. The organization must have SSO configured.Connection
List all SSO users in the organization. The organization must have SSO configured.
Authentication
Connected account requiredTags
Approve Workflow BillsDIGITS_WORKFLOW_BILL_SERVICE_APPROVEApprove one or more bills awaiting approval. Requires scope: `bills:manage`.Connection
Approve one or more bills awaiting approval. Requires scope: `bills:manage`.
Authentication
Connected account requiredTags
Delete Workflow BillsDIGITS_WORKFLOW_BILL_SERVICE_DELETEDelete one or more pre-approval bills. Requires scope: `bills:manage`.Connection
Delete one or more pre-approval bills. Requires scope: `bills:manage`.
Authentication
Connected account requiredTags
Get Workflow BillDIGITS_WORKFLOW_BILL_SERVICE_GETGet a workflow bill by its Digits-assigned ID. Requires scope: `bills:manage`.Connection
Get a workflow bill by its Digits-assigned ID. Requires scope: `bills:manage`.
Authentication
Connected account requiredTags
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`.Connection
Pay one or more approved bills, either through Digits-managed payment rails or by recording an external/manual payment. Requires scope: `bills:manage`.
Authentication
Connected account requiredTags
Query Workflow BillsDIGITS_WORKFLOW_BILL_SERVICE_QUERYQuery workflow bills visible to the caller. Requires scope: `bills:manage`.Connection
Query workflow bills visible to the caller. Requires scope: `bills:manage`.
Authentication
Connected account requiredTags
Reject Workflow BillsDIGITS_WORKFLOW_BILL_SERVICE_REJECTReject one or more bills awaiting approval. Requires scope: `bills:manage`.Connection
Reject one or more bills awaiting approval. Requires scope: `bills:manage`.
Authentication
Connected account requiredTags
Submit Workflow BillsDIGITS_WORKFLOW_BILL_SERVICE_SUBMITSubmit one or more draft bills for approval. Requires scope: `bills:manage`.Connection
Submit one or more draft bills for approval. Requires scope: `bills:manage`.
Authentication
Connected account requiredTags
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`.Connection
Report externally managed payment lifecycle updates for one or more bills. Requires scope: `bills:manage`.
Authentication
Connected account requiredTags
Void Workflow BillsDIGITS_WORKFLOW_BILL_SERVICE_VOIDVoid one or more eligible bills. Requires scope: `bills:manage`.Connection
Void one or more eligible bills. Requires scope: `bills:manage`.
Authentication
Connected account requiredTags