Parameters
1 query
Query parameters
· 1codestringRequiredVoucher code to check availability for.
Example
WELCOME10Checks if a voucher code is available (not already taken) within the organisation. Use this before creating a new voucher to ensure uniqueness.
1 query
codestringRequiredVoucher code to check availability for.
WELCOME101 status code documented
availablebooleanRequiredTrue if the code is available, false if already taken.
{
"available": false
}GET /bff/voucher/check-code-available
curl -X GET "https://api.bizkithub.com/bff/voucher/check-code-available?code=WELCOME10" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.