cURL
curl --request GET \ --url https://api.thehyperstack.com/v1/group/view/{group_key}
{ "success": true, "title": "Course Completion Certificate", "description": "Awarded upon successful completion of the course.", "tags": "apple,mango,orange", "group_code": "CERT-2024", "url": "https://acme.com/course", "does_expire": true, "validity": 1 }
true
does_expire
curl -X GET "https://api.thehyperstack.com/v1/group/view/SBXCmfk47u5y" \ -H "Authorization: Bearer YOUR_API_TOKEN"
Was this page helpful?