cURL
curl --request POST \ --url https://sandbox.withclasp.com/components/member \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "member": "<string>" } '
{ "member": "<string>" }
Generates a magic link to a portal used by employees to view and manage their benefits. Magic links can be embedded directly into your product via iFrame.
API Key authentication with required prefix "Bearer"