JWT Token Checker
Validate and decode SourceMLS JWT tokens for development and testing
Enter JWT Token
Paste your JWT token here to validate and decode it
How to Use
- Generate a JWT token using your MLS organization's secret key
- Paste the token into the text area above
- Click "Validate Token" to verify and decode
- View the decoded payload and organization information
Required JWT Claims (RESO Format):
SourceSystemID- Your organization's codeListingID- The listing identifier (MLS number)LicenseeID- The licensee identifierLicenseeName- The licensee display nameStandardStatus- Current listing statusModificationTimestamp- ISO 8601 timestamp
Security Note: This tool validates tokens using your organization's stored secret key.
Never share your secret key or use it in client-side code.