Validity of verifications
In order to increase the safety of created verification tokens, Cryptshare administrators are able to set up validity terms for verifications. In the Cryptshare administration guide for the Cryptshare Server, see "Verification" where maximum and idle validity terms are discussed.
The validity of a verification token can be checked when the verification token is sent in the X-CS-VerificationToken header to the following endpoint, together with the used client id (X-CS-ClientId header) in the request of the verification token and the respective email address, in the request path:
GET https://<your-url>/api/users/<email-address>/verification
You will get information regarding whether your verification is (still) valid, and until when. The validUntil value denotes the earlier date of maximum validity date (if configured) and idle validity date.