Narmi · Arazzo Workflow

Read Narmi accounts, balances, and transactions

Version 1.0.0

Authenticate, list accounts, read balances, and pull an account's transactions.

1 workflow 3 source APIs 1 provider
View Spec View on GitHub CompanyFintechDigital BankingBankingPaymentsACHWiresFedNowCardsFinancial-ServicesArazzoWorkflows

Provider

narmi

Workflows

readAccountsAndTransactions
List the authenticated user's accounts, their balances, and one account's transactions.
4 steps inputs: accessToken outputs: accountUuid
1
whoAmI
2
listAccounts
3
listBalances
4
listTransactions

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Read Narmi accounts, balances, and transactions
  version: 1.0.0
  summary: Authenticate, list accounts, read balances, and pull an account's transactions.
sourceDescriptions:
- name: accountBalancesApi
  url: ../openapi/narmi-account-balances-api-openapi.yml
  type: openapi
- name: accountsApi
  url: ../openapi/narmi-accounts-api-openapi.yml
  type: openapi
- name: meApi
  url: ../openapi/narmi-me-api-openapi.yml
  type: openapi
workflows:
- workflowId: readAccountsAndTransactions
  summary: List the authenticated user's accounts, their balances, and one account's transactions.
  inputs:
    type: object
    properties:
      accessToken:
        type: string
        description: OAuth 2.0 bearer access token with banking:accounts:read + banking:transactions:read.
  steps:
  - stepId: whoAmI
    operationId: me_list
    successCriteria:
    - condition: $statusCode == 200
  - stepId: listAccounts
    operationId: accounts_list
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      accountUuid: $response.body#/results/0/id
  - stepId: listBalances
    operationId: account_balances_list
    successCriteria:
    - condition: $statusCode == 200
  - stepId: listTransactions
    operationId: transactions_list
    parameters:
    - name: account_uuids
      in: path
      value: $steps.listAccounts.outputs.accountUuid
    successCriteria:
    - condition: $statusCode == 200
  outputs:
    accountUuid: $steps.listAccounts.outputs.accountUuid

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/narmi-read-accounts"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.