Narmi data access management API

The data access management API from Narmi — 2 operation(s) for data access management.

Operations 2

GET /v1/data_access_management/ #
POST /v1/data_access_management/revoke/ Revoke a third-party data access connection #

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/narmi-data-access-management-api"
All apis
curl "https://apis.io/api/v1/apis?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.

OpenAPI Specification

narmi-data-access-management-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Narmi Public account balances data access management API
  version: v1
  description: To read about Public API access and authentication, go to [API Overview](https://docs.narmi.com/docs/narmi-developer-docs/xl9dvbz84o11l-introduction).
  termsOfService: https://www.narmi.com/policies/developer-terms-conditions
  contact:
    name: Narmi Support
    email: support@narmi.com
servers:
- url: https://api.sandbox.narmi.dev/
  description: ''
tags:
- name: data access management
paths:
  /v1/data_access_management/:
    get:
      operationId: data_access_management_list
      tags:
      - data access management
      security:
      - oauth2:
        - read
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/PaginatedDataAccessConsentList'
          description: ''
      description: 'All monetary values are represented in minor units, or the smallest unit of the currency with no decimal (e.g., cents). For example, $10.00 is represented as 1000.




        <i>How can we improve these docs?             <a href="mailto:docs+feedback@narmi.com">Share your feedback.</a></i>'
      x-stoplight:
        id: 0fvxwfc3scl3c
  /v1/data_access_management/revoke/:
    post:
      operationId: data_access_management_revoke_create
      summary: Revoke a third-party data access connection
      tags:
      - data access management
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/DataAccessConsentRequest'
          application/x-www-form-urlencoded:
            schema:
              $ref: '#/components/schemas/DataAccessConsentRequest'
          multipart/form-data:
            schema:
              $ref: '#/components/schemas/DataAccessConsentRequest'
        required: true
      security:
      - oauth2:
        - write
      responses:
        '204':
          description: No response body
        '502':
          description: No response body
      description: 'All monetary values are represented in minor units, or the smallest unit of the currency with no decimal (e.g., cents). For example, $10.00 is represented as 1000.




        <i>How can we improve these docs?             <a href="mailto:docs+feedback@narmi.com">Share your feedback.</a></i>'
      x-stoplight:
        id: nohz0utqhws5g
components:
  schemas:
    DataAccessConsent:
      type: object
      properties:
        id:
          type: string
        data_partner:
          type: string
        application_name:
          type: string
        connected_at:
          type: string
          format: date-time
      required:
      - application_name
      - connected_at
      - data_partner
      - id
      x-stoplight:
        id: 2jqpwebufujel
    PaginatedDataAccessConsentList:
      type: object
      required:
      - count
      - results
      properties:
        count:
          type: integer
          example: 123
        results:
          type: array
          items:
            $ref: '#/components/schemas/DataAccessConsent'
      x-stoplight:
        id: 0hfmpfydofabh
    DataAccessConsentRequest:
      type: object
      properties:
        id:
          type: string
          minLength: 1
        data_partner:
          type: string
          minLength: 1
        application_name:
          type: string
          minLength: 1
        connected_at:
          type: string
          format: date-time
      required:
      - application_name
      - connected_at
      - data_partner
      - id
      x-stoplight:
        id: qx1nvezsitftj
  securitySchemes:
    oauth2:
      type: oauth2
      flows:
        authorizationCode:
          authorizationUrl: /v2/oauth/authorize/
          tokenUrl: /v2/oauth/token/
          scopes:
            banking:accounts:read: Can read account information.
            banking:transactions:read: Can read transaction information.
            banking:scheduled_transfers:read: Can read scheduled transfer information.
            banking:scheduled_transfers:write: Can create and update scheduled transfers.
            banking:accounts:write: Can update account information.
            banking:transactions:write: Can update transaction information.
            banking:users:read: Can read user profile information.
            banking:products:read: Can read product information.
            banking:documents:read: Can read user statements and documents.
x-stoplight:
  id: 68n444msv6n7x