1. Prerequisites
What | Why |
---|---|
Clasp API key | Used as a Bearer token from your backend to call the API and mint component links. |
Never expose your long‑lived API key in the browser.
All API calls that use the Bearer key should originate server‑side.
All API calls that use the Bearer key should originate server‑side.
2. Create an employer
id
such as er_123
. Persist this for future calls.
3. Create an employee (members)
id
(e.g., mem_456
).