Test
Test
post/api/v1/step-up/providers/{id}/test
Invokes the c1.api.stepup.v1.StepUpProviderService.Test method.
Path Parameters
idstring
The id field.
Body Parameters
bodyunknown
optional
The TestStepUpProviderRequest message.
Returns
redirectUrlstring
optional
The URL to redirect the user to for testing the Step Up flow
Request example cURL
curl https://{tenantDomain}.conductor.one/api/v1/step-up/providers/$ID/test \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $CONDUCTORONE_SDK_API_KEY"200 Example
{
"redirectUrl": "redirectUrl"
}