---
title: Add Apps to a Blueprint
framework: Apple Business API
role: symbol
role_heading: Web Service Endpoint
platforms: [apple business api 2.5+]
path: applebusinessapi/add-apps-to-a-blueprint
---

# Add Apps to a Blueprint

Add apps to a Blueprint.

## URL

POST https://api-business.apple.com/v1/blueprints/{id}/relationships/apps

## Path Parameters

id: The unique identifier for the resource.

## Response Codes

204 No Content: 401 Unauthorized: 403 Forbidden: Request not authorized. 404 Not Found: 409 Conflict: Request entity error(s). 422 : Unprocessable request entity error(s). 429 : Too Many Requests

## Example

Example

## See Also

### Blueprints

- [Get Blueprints](applebusinessapi/get-blueprints.md)
- [Create a Blueprint](applebusinessapi/create-a-blueprint.md)
- [Get Blueprint Information](applebusinessapi/get-blueprint-information.md)
- [Update a Blueprint](applebusinessapi/update-a-blueprint.md)
- [Delete a Blueprint](applebusinessapi/delete-a-blueprint.md)
- [Get App IDs for a Blueprint](applebusinessapi/get-all-app-ids-for-a-blueprint.md)
- [Remove Apps from a Blueprint](applebusinessapi/remove-apps-from-a-blueprint.md)
- [Get Configuration IDs for a Blueprint](applebusinessapi/get-all-configuration-ids-for-a-blueprint.md)
- [Add Configurations to a Blueprint](applebusinessapi/add-configurations-to-a-blueprint.md)
- [Remove Configurations from a Blueprint](applebusinessapi/remove-configurations-from-a-blueprint.md)
- [Get Package IDs for a Blueprint](applebusinessapi/get-all-package-ids-for-a-blueprint.md)
- [Add Packages to a Blueprint](applebusinessapi/add-packages-to-a-blueprint.md)
- [Remove Packages from a Blueprint](applebusinessapi/remove-packages-from-a-blueprint.md)
- [Get Device IDs for a Blueprint](applebusinessapi/get-all-orgdevice-ids-for-a-blueprint.md)
- [Add Devices to a Blueprint](applebusinessapi/add-org-devices-to-a-blueprint.md)
