API to upload and validate iOS provisioning profiles for app distribution
Success
Bad Request
Unauthorized
Internal Server Error
{- "content": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "version_id": "9e94c502-ca41-4342-a7f7-af96b444512c",
- "name": "string",
- "team_identifier": "string",
- "app_identifier": "string",
- "profile_type": "development",
- "expiration_date": "2019-08-24T14:15:22Z",
- "tenant_id": "34f5c98e-f430-457b-a812-92637d0c6fd0",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "updated_by": "string"
}
}API to retrieve a list of iOS provisioning profiles with download URLs and pagination
Success
Bad Request
Unauthorized
Internal Server Error
{- "content": {
- "count": 0,
- "prev": "string",
- "next": "string",
- "results": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "version_id": "9e94c502-ca41-4342-a7f7-af96b444512c",
- "name": "string",
- "team_identifier": "string",
- "app_identifier": "string",
- "profile_type": "development",
- "expiration_date": "2019-08-24T14:15:22Z",
- "tenant_id": "34f5c98e-f430-457b-a812-92637d0c6fd0",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "updated_by": "string",
}
]
}
}API to retrieve a specific iOS provisioning profile by its ID with download URL
Success
Bad Request
Unauthorized
Not Found
Internal Server Error
{- "content": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "version_id": "9e94c502-ca41-4342-a7f7-af96b444512c",
- "name": "string",
- "team_identifier": "string",
- "app_identifier": "string",
- "profile_type": "development",
- "expiration_date": "2019-08-24T14:15:22Z",
- "tenant_id": "34f5c98e-f430-457b-a812-92637d0c6fd0",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "updated_by": "string",
}
}API to retrieve all versions of a specific iOS provisioning profile ordered by expiration date descending, with pagination and search capabilities
Success
Bad Request
Unauthorized
Not Found
Internal Server Error
{- "content": {
- "count": 0,
- "prev": "string",
- "next": "string",
- "results": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "profile_id": "bfcb6779-b1f9-41fc-92d7-88f8bc1d12e8",
- "uuid": "string",
- "name": "string",
- "sha256_hash": "string",
- "creation_date": "2019-08-24T14:15:22Z",
- "expiration_date": "2019-08-24T14:15:22Z",
- "time_to_live": 0,
- "provisions_all_devices": true,
- "is_xcode_managed": true,
- "platforms": "string",
- "entitlements": "string",
- "developer_certificates": "string",
- "tenant_id": "34f5c98e-f430-457b-a812-92637d0c6fd0",
- "created_by": "string",
- "updated_by": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
}
]
}
}API to retrieve a specific version of an iOS provisioning profile by profile ID and version ID with download URL
Success
Bad Request
Unauthorized
Not Found
Internal Server Error
{- "content": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "profile_id": "bfcb6779-b1f9-41fc-92d7-88f8bc1d12e8",
- "uuid": "string",
- "name": "string",
- "sha256_hash": "string",
- "creation_date": "2019-08-24T14:15:22Z",
- "expiration_date": "2019-08-24T14:15:22Z",
- "time_to_live": 0,
- "provisions_all_devices": true,
- "is_xcode_managed": true,
- "platforms": "string",
- "entitlements": "string",
- "developer_certificates": "string",
- "tenant_id": "34f5c98e-f430-457b-a812-92637d0c6fd0",
- "created_by": "string",
- "updated_by": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
}
}API to delete a specific version of an iOS provisioning profile by profile ID and version ID. Returns the deleted version information.
Success
Bad Request
Unauthorized
Not Found
Internal Server Error
{- "content": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "profile_id": "bfcb6779-b1f9-41fc-92d7-88f8bc1d12e8",
- "uuid": "string",
- "name": "string",
- "sha256_hash": "string",
- "creation_date": "2019-08-24T14:15:22Z",
- "expiration_date": "2019-08-24T14:15:22Z",
- "time_to_live": 0,
- "provisions_all_devices": true,
- "is_xcode_managed": true,
- "platforms": "string",
- "entitlements": "string",
- "developer_certificates": "string",
- "tenant_id": "34f5c98e-f430-457b-a812-92637d0c6fd0",
- "created_by": "string",
- "updated_by": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
}
}