API Reference 1.0
API Overview
Pyzit provides a suite of powerful APIs for email validation, disposable detection, and domain analysis.
Global Configuration#
All Pyzit APIs share a common authentication and rate limiting structure.
Authentication
We use Bearer Tokens for all requests. You can manage your tokens in the API Tokens section of your dashboard.
Base URL
https://api.temp-mail.pyzit.com/v1Authentication Header
Authorization: Bearer YOUR_TOKEN
Rate Limits#
Limits are applied globally based on your subscription tier.
- Free Tier: 100 requests / day
- Pro Tier: 10,000 requests / day
- Business: 50,000 requests / day
- Enterprise: Custom Limits
Response Headers
x-ratelimit-limit-daily: 100 x-ratelimit-remaining-daily: 99 x-ratelimit-reset: 1678900000