/bff/account/create-account-by-token
Activates a previously created account using the confirmation token from email.
AccountpostBffAccountCreate-account-by-token
Parameters
1 body
Body · 1
tokenstringRequiredConfirmation token from the registration email.
Request
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"
}'Response
JSON payload
{
"success": false
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.