Invalidate accessToken
Rotate an access token without deleting the Grant
Responses
- 200
- 401
- 403
Thành công
- application/json
- Schema
- Example (from schema)
Schema
- requestId string required
- newAccessToken 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",
"newAccessToken": "string",
"grantId": "string"
}
Unauthorized
Permission denied.
Loading...