Verifying authentication via Okta method
POST {{baseUrl}}/mfa/okta-verify/verify
This API Authenticates the user via Okta-Verify MFA method. Request requires a header called 'slpt-forwarding', and it must contain a remote IP Address of caller.
Request Body
{"userId"=>"example@mail.com"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"requestId":"089899f13a8f4da7824996191587bab9","status":"SUCCESS","error":""}