Tink · Capability

Tink Data Enrichment

Categorise transactions, identify merchants, and detect or predict recurring transactions via Tink Data Enrichment.

Tink Data Enrichment is a Naftiko capability published by Tink, one of 9 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the GET method rooted at /v1/enrichment/transactions.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Tink, Data Enrichment, Categorisation, and Recurring Transactions.

Run with Naftiko TinkData EnrichmentCategorisationRecurring Transactions

What You Can Do

GET
List
/v1/enrichment/transactions

Capability Spec

data-enrichment.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Tink Data Enrichment
  description: Categorise transactions, identify merchants, and detect or predict recurring transactions via Tink Data Enrichment.
  tags:
    - Tink
    - Data Enrichment
    - Categorisation
    - Recurring Transactions
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
  - namespace: env
    keys:
      TINK_BEARER_TOKEN: TINK_BEARER_TOKEN
capability:
  consumes:
    - type: http
      namespace: enrichment
      baseUri: https://api.tink.com
      description: Tink Data Enrichment business capability.
      resources:
        - name: enriched-transactions
          path: /enrichment/v1/transactions
          operations:
            - name: list
              method: GET
              description: List enriched transactions.
              outputRawFormat: json
        - name: categories
          path: /enrichment/v1/categories
          operations:
            - name: list
              method: GET
              description: List Tink categorisation taxonomy.
              outputRawFormat: json
              inputParameters:
                - name: locale
                  in: query
                  type: string
        - name: recurring-transactions
          path: /enrichment/v1/recurring-transactions
          operations:
            - name: list
              method: GET
              description: List confirmed recurring transactions.
              outputRawFormat: json
        - name: predicted-recurring-transactions
          path: /enrichment/v1/predicted-recurring-transactions
          operations:
            - name: list
              method: GET
              description: List predicted recurring transactions.
              outputRawFormat: json
      authentication:
        type: bearer
        value: '{{env.TINK_BEARER_TOKEN}}'
        placement: header
  exposes:
    - type: rest
      namespace: enrichment-rest
      port: 8080
      description: REST adapter for Tink Data Enrichment.
      resources:
        - path: /v1/enrichment/transactions
          name: enriched-transactions
          operations:
            - method: GET
              name: list
              call: enrichment.list