API PLAYGROUND
Interactive API Explorer
Test Zalt API endpoints directly from your browser. This playground uses mock responses for demonstration purposes.
Sandbox Environment
This playground uses mock data. For real API testing, use your dashboard API keys.
Authenticate and get tokens
cURL
curl -X POST \
'https://api.zalt.io/auth/login' \
-H 'Content-Type: application/json' \
-d '{"email":"user@example.com","password":"SecurePass123!"}'Response
Click "Send Request" to see the response