curl -X POST https://api.gosentrix.io/api/v1/auth/login \ -H "Content-Type: application/json" \ -d '{ "email": "[email protected]", "password": "SecurePassword123!" }'
{ "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9...", "refresh_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9...", "expires_in": 900, "user": { "id": "user-123", "email": "[email protected]", "email_verified": true } }
Authenticate and obtain access tokens