Blueprints
Get V1blueprintsgroup by Category
GET
/v1/blueprints/group-by-category
Authorization*
curl --request GET \
--url https://api.novu.co/v1/blueprints/group-by-category \
--header 'Authorization: ApiKey'
{
"general": [
"object"
],
"popular": "object"
}
Please ensure there is a space between ApiKey
and your Api key.
E.g ApiKey 18d2e625f05d80e
Response
200 - application/json
generalrequired
object[]
popularrequired
object
curl --request GET \
--url https://api.novu.co/v1/blueprints/group-by-category \
--header 'Authorization: ApiKey'
{
"general": [
"object"
],
"popular": "object"
}