Email verification statusWhen to call: after start, while waiting for the customer to tap the mail, and after confirm.Why: the app needs to know whether to show “check your inbox” vs a verified badge. The token is not in this response.What it does:{ verified: true, email } or { verified: false, pendingEmail? }.What happens next: if false, wait or resend start (rate limit applies). If true, continue the journey.Auth:Authorization: Bearer {{accessToken}}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.