Clasp API basics.
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.
The response includes an id
such as er_123
. Persist this for future calls.
Save the returned member id
(e.g., mem_456
).
Response
Congrats! You’ve just set up your first plan. Open the magic link you just generated to enroll in the plan.
Need help? Ping us at support@withclasp.com or your dedicated solutions engineer.
Clasp API basics.
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.
The response includes an id
such as er_123
. Persist this for future calls.
Save the returned member id
(e.g., mem_456
).
Response
Congrats! You’ve just set up your first plan. Open the magic link you just generated to enroll in the plan.
Need help? Ping us at support@withclasp.com or your dedicated solutions engineer.