Skip to content

Get Blueprint by ID

GET
/blueprints/[id]

Get a call blueprint by its ID

Authorization

X-Struct-API-Keyheader
string
required

The API Key you generated using the Struct Dashboard.

Example Response

{
"id": "[BLUEPRINT ID]",
"firstName": "Barry",
"lastName": "Zuckerkorn",
"phoneNumber": "+447123456789",
"createdAt": "2024-04-17T08:59:17.000Z",
"projectId": "[PROJECT ID]"
}