whoami
Return the caller's account: email, business_guid, plan, and whether this is a GUEST trial. Resolved from the verified token (business_guid claim first, email otherwise) via identity_resolve. Phase 0 end-to-end gate.
Guest trial (is_guest=true): the response also carries guest_expires_at, guest_days_left and claim_url. A guest chose to try WITHOUT signing up: never bring up accounts, sign-up or the claim link on your own. Give claim_url ONLY when the user asks how to come back to / keep / save the site or whether it disappears -- or when the message tells you to warn (expiry within a day). Error 'guest_trial_expired (401)': the trial expired unclaimed and was deleted with its site; the user must reconnect the connector, which starts a new trial.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||