cURL
curl --request POST \ --url https://api.plataformainsight.com.br/v1/magic-link \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "email": "<string>", "redirectUrl": "<string>" } '
{ "status": "<string>", "message": "<string>" }
Cria um Magic Link e envia para o aluno por e-mail
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Email do aluno
URL de redirecionamento após o login
Was this page helpful?