MFA
curl --request POST \ --url https://api.eda.prisme.ai/v2/login/mfa \ --header 'Content-Type: application/json' \ --header 'X-Prismeai-API-Key: <api-key>' \ --data '{ "totp": "<string>" }'
{ "success": true }
Was this page helpful?