**Last updated**: 28 February 2024 | [**Change log**](/products/verified-tokens/changelog/) # Query the verification and token Verified Tokens is an orchestration service which requests an account verification on the card details provided, and, if verified, requests a verified token creation to be attempted. If an account is not verified, an unverified token creation will be attempted. The account verification response and the token response, if requested, are returned in the Verified Tokens response. The account verification resource and token resource must be stored if you wish to query/use these details in the future. ## Query the verification To retrieve the data stored for a verification, send a `GET` request to the `verifications:verification` action embedded in the `verification` block in the verified token response. See [Query a historic verification](/products/card-verifications/v5/verifications#query-a-historic-verification) for details about this resource. ## Query the token To retrieve the data stored in the token, send a `GET` request to the `tokens:token` action embedded in the `token` block in the verified token response. See [Token inquiry](/products/tokens/querying-and-updating-tokens#token-inquiry) for details about this resource.