curl -X POST "https://api.wazapin.id/v1/auth/login" \ -H "Content-Type: application/json" \ -d '{ "email": "user@example.com", "password": "password123", "telemetry_id": "tel_abc123" }'
{ "data": { "id": "a6c8ca86-2f29-4fe6-a077-1e56cb4ec2f2", "name": "Demo User", "email": "user@example.com", "email_verified": true, "timezone": "Asia/Jakarta", "week_start": "monday", "created_at": "2026-03-04T06:10:14Z" } }
Example request and response for POST /v1/auth/login.
POST /v1/auth/login
Set-Cookie
X-Api-Key