---
title: "Create an account link"
method: POST
path: "/v1/account_links"
---

# Create an account link

`POST /v1/account_links`

Creates an AccountLink object that includes a single-use Stripe URL that the platform can redirect their user to in order to take them through the Connect Onboarding flow.

## Response `200`

Successful response.

- AccountLink — Account Links are the means by which a Connect platform grants a connected account permission to access Stripe-hosted applications, such as Connect Onboarding. Related guide: [Connect Onboarding](https://docs.stripe.com/connect/custom/hosted-onboarding)
  - `created` integer, required — Time at which the object was created. Measured in seconds since the Unix epoch.
  - `expires_at` integer, required — The timestamp at which this account link will expire.
  - `object` 'account_link', required — String representing the object's type. Objects of the same type share the same value.
  - `url` string, required — The URL for the account link.

## Other responses

- `default` — Error response.

---

[API](https://skmtc.net/stripe/apis/spec3.md) · [All operations](https://skmtc.net/stripe/apis/spec3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stripe/spec3/revisions/3653ad45bbec/schema)
