# View Credential Group

In 

This endpoint allows you create credential group


Endpoint:

https://api.thehyperstack.com/v1/group/view  

Method: GET

Header:

Authorization: Bearer #########

Authentication token can be obtained through Hyperstack Dashboard > Settings > API Access

{
  "groupkey": "SBXCmfk47u5y"
}
{
  "success": true,
  "title": "Example Certified Solutions Architect",
  "description": "Lorem Ipsum example text",
  "tags": "skill1,skill2",
  "url": "https://acme.com/certification/certified-architect",
  "does_expire": false
}
{
  "success": false
}