Skip to main content

Documentation Index

Fetch the complete documentation index at: https://moneykit.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

curl -i -X PATCH \
  'http://localhost:8080/links/{id}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'Content-Type: application/json' \
  -H 'moneykit-version: 2023-02-18' \
  -d '{
    "webhook": "https://example.com/updated/hook",
    "tags": [
      "smoke_test",
      "user_type:admin"
    ]
  }'
{
  "link_id": "mk_eqkWN34UEoa2NxyALG8pcV",
  "institution_id": "chase",
  "provider": "mx",
  "state": "connected"
}