---
title: "Verify DCR provider configuration"
method: POST
path: "/v2/dcr-providers/{dcrProviderId}/verify"
tags: ["DCR Providers"]
---

# Verify DCR provider configuration

`POST /v2/dcr-providers/{dcrProviderId}/verify`

Verifies if a DCR provider is configured properly. Returns 200 for success, 4xx for failure.

## Response `200`

A response containing the result of attempting to verify a DCR provider configuration.

- VerifyDcrProviderResponse — A response containing the result of attempting to verify a DCR provider configuration.
  - `status` 'success' | 'failed', required
  - `errors` string[], required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.net/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/versions/0261aef4b1e2/schema)
