Parameters
JSON body
Request body
application/jsontokenstringRequiredConfirmation token from the registration email.
Activates a previously created account using the confirmation token from email.
JSON body
tokenstringRequiredConfirmation token from the registration email.
1 status code documented
successbooleanRequiredWhether the account was activated.
{
"success": false
}POST /bff/account/create-account-by-token
curl -X POST "https://api.bizkithub.com/bff/account/create-account-by-token" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"token": "example_token"
}'All BizKitHub public API endpoints require authentication via API key.