---
title: "Create a Connect URL"
method: POST
path: "/v2/open-banking/connect"
---

# Create a Connect URL

`POST /v2/open-banking/connect`

Creates a new Connect URL for the specified user.

## Request body

- object
  - `user` string, uuid, required — ID of the user object.
  - `webhook` string, uri, required — Webhook URL to receive Connect Events.
  - `webhook_data` object — Optional data added to Connect Events webhook payloads.
  - `experience` string — Experience ID that customizes the bank connection experience. If an `experience` value is not provided, a default experience configured by the Argyle team will be applied.
  - `single_use_url` boolean — If true, the Connect URL expires after the session completes.
  - `redirect_url` string, uri — Redirect users after they complete the session.

## Response `200`

- object
  - `open_banking_link` string — Connect URL for the user.

---

[API](https://skmtc.dev/argyle/apis/users-api.md) · [All operations](https://skmtc.dev/argyle/apis/users-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/argyle/users-api/revisions/73a1a5c56823/schema)
