> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bigcapital.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Plaid link token



## OpenAPI

````yaml api-reference/openapi.json post /api/banking/plaid/link-token
openapi: 3.0.0
info:
  title: Bigcapital
  description: Financial accounting software
  version: '1.0'
  contact: {}
servers: []
security: []
tags: []
paths:
  /api/banking/plaid/link-token:
    post:
      tags:
        - Banking Plaid
      summary: Get Plaid link token
      operationId: BankingPlaidController_getLinkToken
      parameters: []
      responses:
        '201':
          description: ''

````