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