get
{protocol}://{domain}/helpdesk/auth/token/validate
Validates the provided token to determine its authenticity and if it's still active. This helps in situations where client systems need to check token validity without actually using it for an authenticated action.
200The provided token is valid and active.
400The provided token is either expired, invalid, or not recognized.