Parameters
1 query
Query parameters
· 1groupCodestringRequiredOrder group code to list templates for.
Example
defaultReturns all email templates linked to statuses within the specified order group.
1 query
groupCodestringRequiredOrder group code to list templates for.
default1 status code documented
This response returns no JSON body.
{
"success": true
}GET /bff/workflow/group-templates
curl -X GET "https://api.bizkithub.com/bff/workflow/group-templates?groupCode=default" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.