Skip to main content

Exchange public token for an access token

Exchange a public token from Link for an access token

Request Body
  • publicToken string required

    A publicToken for the particular Item corresponding to the specified access_token

Responses

Success


Schema
  • accessToken string

    The access token associated with the Grant data is being requested for.

  • grantId string

    The bankHub Grant ID. The grantId is always unique; linking the same account at the same institution. Like all bankHub identifiers, the grantId is case-sensitive.

  • requestId string

    A unique identifier for the request, which can be used for troubleshooting. This identifier, like all bankHub identifiers, is case sensitive.

Loading...