#
Create Credential Group
In
This endpoint allows you create credential group
Endpoint:
https://api.thehyperstack.com/v1/group/new
Method: POST
Header:
Authorization: Bearer #########
Authentication token can be obtained through Hyperstack Dashboard > Settings > API Access
{
"blockchain": true,
"certificate_template": "abcdefg",
"badge_template":"xyz",
"title": "Course Completion Certificate",
"description": "sdfsdf",
"url": "https://acme.com/course",
"tags": ["apple", "mango", "orange"],
"does_expires": true,
"validity": 1
}
{
"success": true,
"groupkey": "SBXCmfk47u5y"
}
{
"success": false
}