v1

latestOpenAPI 3.0.02026-07-244074117.0 KB
User Links

Generate an access token

Given a linkToken, generate a short-lived access token used to embed an authenticated user your application.

post/v4/user-links/{linkToken}/access-token

Path parameters

linkTokenstring required

Response

accessTokenstring required

The access token used to perform API calls on behalf of the user

expiresAtstring date-time required

The expiration date of the access token

userIdstring required

The user ID of the authenticated user

userEmailstring required

The user email of the authenticated user

customerIdstring required

The customer ID of the authenticated user

merchantIdstring required

The merchant ID of the authenticated user