---
title: "GET /provisioning-profiles/{Identifier}"
method: GET
path: "/provisioning-profiles/{Identifier}"
---

# GET /provisioning-profiles/{Identifier}

`GET /provisioning-profiles/{Identifier}`

Get details of a provisioning profile.

## Path parameters

- `Identifier` string, required

## Response `200`

Success

- GetProvisioningProfileResponse
  - `Arn` string — The Amazon Resource Name (ARN) of the provisioning profile.
  - `Name` string — The name of the provisioning profile.
  - `ProvisioningType` 'FLEET_PROVISIONING' | 'JITR' — The type of provisioning workflow the device uses for onboarding to IoT managed integrations.
  - `Id` string — The provisioning profile id.
  - `Status` 'CREATE_IN_PROGRESS' | 'CREATE_FAILED' | 'CREATED' | 'DELETE_IN_PROGRESS' | 'DELETE_FAILED' — The status of a provisioning profile.
  - `ClaimCertificate` string, password — The body of the PEM-encoded claim certificate.
  - `Tags` object — A set of key/value pairs that are used to manage the provisioning profile.

## Other responses

- `480` — ValidationException
- `481` — AccessDeniedException
- `482` — InternalServerException
- `483` — UnauthorizedException
- `484` — ServiceUnavailableException
- `485` — ResourceNotFoundException
- `486` — ThrottlingException

---

[API](https://skmtc.net/aws/apis/iot-managed-integrations.md) · [All operations](https://skmtc.net/aws/apis/iot-managed-integrations/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/iot-managed-integrations/versions/d043c13c812a/schema)
