Exchange public token for an access token
Exchange a public token from Link for an access token
- application/json
Request Body
- publicToken string required
A publicToken for the particular Item corresponding to the specified access_token
Responses
- 200
- 401
- 403
Success
- application/json
- Schema
- Example (from schema)
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.
{
"accessToken": "string",
"grantId": "string",
"requestId": "string"
}
Unauthorized
Permission denied.
Loading...