send Two Factor Code For Login Using Method With Id
POST {{baseUrl}}/api/two-factor/send/:twoFactorId
Send a Two Factor authentication code to allow the completion of Two Factor authentication.
Request Body
{"applicationId"=>"<uuid>", "email"=>"<string>", "method"=>"<string>", "methodId"=>"<string>", "mobilePhone"=>"<string>", "userId"=>"<uuid>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
""