UserId
UserId
. This method allows the user to navigate the full Link integration catalog.
Request Body:
UserId
: A string representing the unique identifier for the end user within your application.IntegrationId
IntegrationId
: Obtain the unique identifier for the target integration by querying the Retrieve the list of all available integrations endpoint. The id
field within the integration object represents the IntegrationId
.
IntegrationId
in Link Token Request:
IntegrationId
: The uuid
of the target integration.IntegrationId
IntegrationId
.
Implementation:
The process mirrors direct exchange/brokerage launch:
IntegrationId
: Utilize the “Retrieve the list of all available integrations” endpoint to identify the id
of the desired self-custody wallet integration.
IntegrationId
in Link Token Request:
IntegrationId
: The uuid
of the target self-custody wallet integration.RestrictMultipleAccounts
RestrictMultipleAccounts
parameter can be set to true
.
Implementation:
RestrictMultipleAccounts
: A boolean flag. When set to true
, the Link UI will prevent the user from connecting additional provider accounts after a successful connection.POST
request to the /api/v1/linktoken
endpoint. Ensure that your X-Client-Id
and X-Client-Secret
are correctly included in the request headers for API authentication.