DocsAPI ReferenceAccount/bff/account/create-account-by-token
postAccountAdmin BFF

/bff/account/create-account-by-token

Activates a previously created account using the confirmation token from email.

AccountpostBffAccountCreate-account-by-token

Parameters

1 body

1 total
Body · 1
tokenstringRequired

Confirmation token from the registration email.

Request

POST /bff/account/create-account-by-token

post
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.

Get API Key