Blueprints
Get V1blueprints
GET
/
v1
/
blueprints
/
{templateId}
Authorization
Path
curl --request GET \
--url https://api.novu.co/v1/blueprints/{templateId} \
--header 'Authorization: <authorization>'
{
"_creatorId": "string",
"_environmentId": "string",
"_id": "string",
"_notificationGroupId": "string",
"_organizationId": "string",
"_parentId": "string",
"active": "boolean",
"blueprintId": "string",
"createdAt": "string",
"critical": "boolean",
"deleted": "boolean",
"deletedAt": "string",
"deletedBy": "string",
"description": "string",
"draft": "boolean",
"isBlueprint": "boolean",
"name": "string",
"notificationGroup": "object",
"preferenceSettings": "object",
"steps": [
"object"
],
"tags": [
"string"
],
"triggers": [
"object"
],
"updatedAt": "string"
}
Enter your API key in the Authorization
field like the example shown below:
E.g ApiKey 18d2e625f05d80e
Authorizations
Authorizationheaderrequired
string
Path Parameters
templateIdrequired
string
Response
200 - application/json
_creatorIdrequired
string
_environmentIdrequired
string
_idrequired
string
_notificationGroupIdrequired
string
_organizationIdrequired
string
_parentId
string
activerequired
boolean
blueprintId
string
createdAt
string
criticalrequired
boolean
deletedrequired
boolean
deletedAtrequired
string
deletedByrequired
string
descriptionrequired
string
draftrequired
boolean
isBlueprintrequired
boolean
namerequired
string
notificationGroup
object
preferenceSettingsrequired
object
stepsrequired
object[]
tagsrequired
string[]
triggersrequired
object[]
updatedAt
string
Was this page helpful?
curl --request GET \
--url https://api.novu.co/v1/blueprints/{templateId} \
--header 'Authorization: <authorization>'
{
"_creatorId": "string",
"_environmentId": "string",
"_id": "string",
"_notificationGroupId": "string",
"_organizationId": "string",
"_parentId": "string",
"active": "boolean",
"blueprintId": "string",
"createdAt": "string",
"critical": "boolean",
"deleted": "boolean",
"deletedAt": "string",
"deletedBy": "string",
"description": "string",
"draft": "boolean",
"isBlueprint": "boolean",
"name": "string",
"notificationGroup": "object",
"preferenceSettings": "object",
"steps": [
"object"
],
"tags": [
"string"
],
"triggers": [
"object"
],
"updatedAt": "string"
}