---
title: "Gets the IoT Edge device enrollement credentials."
method: GET
path: "/api/edge/devices/{deviceId}/credentials"
tags: ["IoT Edge Devices"]
---

# Gets the IoT Edge device enrollement credentials.

`GET /api/edge/devices/{deviceId}/credentials`

## Path parameters

- `deviceId` string, required

## Response `200`

Success

- SymmetricCredentials — Enrollment credentials.
  - `registrationID` string, nullable — The registration identifier.
  - `symmetricKey` string, nullable — The symmetric key.
  - `scopeID` string, nullable — The scope identifier.
  - `provisioningEndpoint` string, nullable — The provisioning endpoint.

---

[API](https://skmtc.net/cgi-fr/apis/azure-iot-hub-portal-api.md) · [All operations](https://skmtc.net/cgi-fr/apis/azure-iot-hub-portal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cgi-fr/azure-iot-hub-portal-api/versions/ce058568b9f0/schema)
