jwt_token
SecurityGenerate realistic-looking JWT tokens with proper header.payload.signature structure. For auth middleware testing, token validation, and API testing.
Example Outputs
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIn0.dozjgNryP4J3jVmNHl0w5N_XgL0n3I9PlFUP0THsR8UAPI Usage
Send a POST request to generate jwt token data:
curl -X POST https://mockhero.dev/api/v1/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"tables": [
{
"name": "example",
"count": 5,
"fields": [
{
"name": "jwt_token",
"type": "jwt_token"
}
]
}
]
}'Common Use Cases
- Auth middleware testing
- Token validation testing
- API authorization testing
Quick Info
- Field Type
- jwt_token
- Category
- Security
- Parameters
- None required
- Output Format
- JSON, CSV, SQL
Related Types
Generate JWT Token + 155 more types via API
One API call. Multiple tables. Relational integrity. Free tier included.