v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBApp Builder
Get Blueprints by Integration ID
List app blueprints associated with a specific integration ID.
get/api/v2/app-builder/blueprints/integration-id/{integration_id}
Path parameters
integration_idstring required
The integration ID to filter blueprints by.
Response
OK
Example response
{
"data": [
{
"attributes": {
"definition": "appDefinitions",
"name": "AWS Service Manager",
"slug": "aws-service-manager"
},
"id": "65bb1f25-52e1-4510-9f8d-22d1516ed693",
"type": "blueprint"
}
]
}