---
title: Profiles
framework: appstoreconnectapi
role: collectionGroup
role_heading: API Collection
path: appstoreconnectapi/profiles
---

# Profiles

Create, delete, and download provisioning profiles that enable app installations for development and distribution.

## Overview

Overview The profiles resource represents the provisioning profiles that allow you to install apps on your iOS devices or Mac. You can create and delete provisioning profiles, and download them to sign your code. Provisioning profiles include signing certificates, device identifiers, and a bundle ID.

## Topics

### Creating and Deleting Provisioning Profiles

- [Create a profile](appstoreconnectapi/post-v1-profiles.md)
- [Delete a profile](appstoreconnectapi/delete-v1-profiles-_id_.md)

### Getting Provisioning Profile Information

- [List and download profiles](appstoreconnectapi/get-v1-profiles.md)
- [Read and download profile information](appstoreconnectapi/get-v1-profiles-_id_.md)

### Getting Related Data

- [Read the bundle id in a profile](appstoreconnectapi/get-v1-profiles-_id_-bundleid.md)
- [Get the bundle ID for a profile](appstoreconnectapi/get-v1-profiles-_id_-relationships-bundleid.md)
- [List all certificates in a profile](appstoreconnectapi/get-v1-profiles-_id_-certificates.md)
- [List certificate IDs for a profile](appstoreconnectapi/get-v1-profiles-_id_-relationships-certificates.md)
- [List all devices in a profile](appstoreconnectapi/get-v1-profiles-_id_-devices.md)
- [List device IDs for a profile](appstoreconnectapi/get-v1-profiles-_id_-relationships-devices.md)

### Objects

- [Profile](appstoreconnectapi/profile.md)
- [ProfileCreateRequest](appstoreconnectapi/profilecreaterequest.md)
- [ProfileResponse](appstoreconnectapi/profileresponse.md)
- [ProfilesResponse](appstoreconnectapi/profilesresponse.md)
- [ProfilesWithoutIncludesResponse](appstoreconnectapi/profileswithoutincludesresponse.md)
- [ProfileBundleIdLinkageResponse](appstoreconnectapi/profilebundleidlinkageresponse.md)
- [ProfileCertificatesLinkagesResponse](appstoreconnectapi/profilecertificateslinkagesresponse.md)
- [ProfileDevicesLinkagesResponse](appstoreconnectapi/profiledeviceslinkagesresponse.md)

## See Also

### Provisioning

- [Bundle IDs](appstoreconnectapi/bundle-ids.md)
- [Bundle ID Capabilities](appstoreconnectapi/bundle-id-capabilities.md)
- [Certificates](appstoreconnectapi/certificates.md)
- [Devices](appstoreconnectapi/devices.md)
- [Merchant ID](appstoreconnectapi/merchantids.md)
- [Pass type Ids](appstoreconnectapi/pass-type-id.md)
