Get Remaining Email Verification CooldownActive
GET/api/auth/email/verification/cooldown
Get the remaining time in seconds until you can send another email verification email.
You can find more information about email verification here.
Tokens
- A valid
AccessTokenis required.
Responses
- 200
- 401
- 404
- 500
The remaining cooldown.
The following error codes correspond to this status:
ACCESS_TOKEN_EXPIRED: Indicates that the access token is expired.ACCESS_TOKEN_INVALID: Indicates that the access token cannot be decoded.AUTHENTICATION_REQUIRED: User is not authenticated.
The following error codes correspond to this status:
USER_NOT_FOUND: User not found.
The following error codes correspond to this status:
ACCESS_TOKEN_ALLOWLIST_READING_FAILURE: Represents an exception indicating a failure when reading the allowlist for an access token cache.DATABASE_FAILURE: Exception representing a general failure related to database operations.DATABASE_ENCRYPTION_FAILURE: Exception representing a general failure related to database encryption operations.CACHE_OPERATION_FAILURE: Represents an exception that occurs during cache operation failures.