{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RegenerateAccountToken", "title": "RegenerateAccountToken", "type": "object", "properties": { "linked_account_id": { "type": "string" }, "account_token": { "type": "string" } }, "required": [ "linked_account_id", "account_token" ], "description": "# The RegenerateAccountToken Object\n### Description\nThe `RegenerateAccountToken` object is used to exchange an old account token for a new one.\n\n### Usage Example\nPost to receive a new `RegenerateAccountToken`." }