---
title: "Test"
method: POST
path: "/api/v1/step-up/providers/{id}/test"
tags: ["Step Up Authentication Providers"]
---

# Test

`POST /api/v1/step-up/providers/{id}/test`

Test initiates a test authentication flow against a step-up provider and returns a redirect URL for the caller to complete verification.

## Path parameters

- `id` string, required — The unique identifier of the step-up provider to test.

## Request body

- C1ApiStepupV1TestStepUpProviderRequestInput — The TestStepUpProviderRequest message.

## Response `200`

Successful response

- C1ApiStepupV1TestStepUpProviderResponse — The TestStepUpProviderResponse message.
  - `redirectUrl` string — The URL to redirect the user to for testing the Step Up flow

---

[API](https://skmtc.net/conductorone/apis/c1-api.md) · [All operations](https://skmtc.net/conductorone/apis/c1-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/conductorone/c1-api/revisions/d391405a35d3/schema)
