patch https://{domain}.uspacy.ua/company/v1/users/me/twofa_enable
Enable two-factor authentication in a two steps
Log in to see full request history
Responses
401Access token is missing or invalid
Enable two-factor authentication in a two steps
401Access token is missing or invalid
xxxxxxxxxx
curl --request PATCH \
--url https://domain.uspacy.ua/company/v1/users/me/twofa_enable \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"step": "get-qr-code"
}
'
Try It!
to start a request and see the response here! Or choose an example: