---
title: "Verify the primary or secondary x509 certificate of an enrollment group"
method: POST
path: "/enrollmentGroups/{enrollmentGroupId}/certificates/{entry}/verify"
---

# Verify the primary or secondary x509 certificate of an enrollment group

`POST /enrollmentGroups/{enrollmentGroupId}/certificates/{entry}/verify`

Verify the primary or secondary x509 certificate of an enrollment group by providing a certificate with the signed verification code.

## Path parameters

- `enrollmentGroupId` string, required
- `entry` 'primary' | 'secondary', required

## Query parameters

- `api-version` string, required

## Request body

- X509VerificationCertificate — The X509 verification certificate definition.
  - `certificate` string, required — The string representation of this certificate.

## Response `204`

Success

## Other responses

- `default` — An error response received from the IoT Central Service.

---

[API](https://skmtc.net/azure/apis/iotcentral-iotcentral.md) · [All operations](https://skmtc.net/azure/apis/iotcentral-iotcentral/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/iotcentral-iotcentral/revisions/565d8813cbd3/schema)
