Zendesk Tools
Encode and decode API authentication tokens
Zendesk Tools
Encode and decode Zendesk API authentication tokens. Convert between email/API token pairs and base64 encoded tokens for API authentication.
Token Encoder
Encode your email and API token into a base64 Zendesk authentication token
Enter your Zendesk account email address. This will be combined with your API token to create an authentication token.
Enter your Zendesk API token. This is a secret key used for authentication and should be kept secure.
The encoded token will appear here once you provide both email and API token.
Keyboard shortcuts available: Ctrl+K to clear all fields. Use Tab to navigate between form elements.
Token Decoder
Decode a base64 Zendesk authentication token to extract the email and API token
Paste your base64 encoded Zendesk authentication token here. The token will be automatically decoded to extract the email and API token.
The decoded email address will appear here once a valid token is provided.
The decoded API token will appear here once a valid token is provided.
Keyboard shortcuts available: Ctrl+K to clear all fields. Use Tab to navigate between form elements.
How to Use
Token Encoder
Enter your Zendesk email address and API token to generate a base64 encoded authentication token. This token can be used in API requests with Basic authentication.
Token Decoder
Paste a base64 encoded Zendesk token to extract the original email address and API token. Useful for debugging or when you need to recover credentials from an existing token.
Security Note: All operations are performed locally in your browser. No data is sent to external servers.